Merge lp:~corey.bryant/ceilometer/2014.1.4 into lp:~ubuntu-server-dev/ceilometer/icehouse

Proposed by Corey Bryant
Status: Merged
Merged at revision: 107
Proposed branch: lp:~corey.bryant/ceilometer/2014.1.4
Merge into: lp:~ubuntu-server-dev/ceilometer/icehouse
Diff against target: 56 lines (+22/-9)
2 files modified
debian/changelog (+13/-0)
debian/patches/fix-requirements.patch (+9/-9)
To merge this branch: bzr merge lp:~corey.bryant/ceilometer/2014.1.4
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+253107@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Page (james-page) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-10-03 20:02:09 +0000
+++ debian/changelog 2015-03-16 20:10:03 +0000
@@ -1,3 +1,16 @@
1ceilometer (2014.1.4-0ubuntu1) UNRELEASED; urgency=medium
2
3 * Resynchronize with stable/icehouse (c837d83) (LP: #1432608):
4 - [bc9013b] Transform sample_cnt type to int
5 - [449f9d5] Move oslo.vmware higher in requirements.txt
6 - [28f5027] Fix listener for update.start notifications
7 - [63d934b] ensure dispatcher service is configured before rpc
8 - [2a546ac] Fix a response header bug in the error middleware
9 - [c837d83] Iterates swift response earlier to get the correct status
10 * d/p/fix-requirements.patch: Rebased.
11
12 -- Corey Bryant <corey.bryant@canonical.com> Mon, 16 Mar 2015 13:08:42 -0400
13
1ceilometer (2014.1.3-0ubuntu1) trusty; urgency=medium14ceilometer (2014.1.3-0ubuntu1) trusty; urgency=medium
215
3 [ Corey Bryant ]16 [ Corey Bryant ]
417
=== modified file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch 2014-10-03 14:41:10 +0000
+++ debian/patches/fix-requirements.patch 2015-03-16 20:10:03 +0000
@@ -3,22 +3,22 @@
3Forwarded: Not needed.3Forwarded: Not needed.
4--- a/requirements.txt4--- a/requirements.txt
5+++ b/requirements.txt5+++ b/requirements.txt
6@@ -16,8 +16,7 @@6@@ -18,8 +18,7 @@
7 oslo.config>=1.2.07 netaddr>=0.7.6
8 oslo.vmware>=0.2 # Apache-2.08 oslo.config>=1.2.0,<1.5
9 pbr>=0.6,<1.09 pbr>=0.6,<1.0
10-pecan>=0.4.510-pecan>=0.4.5
11-pysnmp>=4.2.1,<5.0.011-pysnmp>=4.2.1,<5.0.0
12+pecan>=0.3.012+pecan>=0.3.0
13 python-ceilometerclient>=1.0.613 python-ceilometerclient>=1.0.6,<=1.0.12
14 python-glanceclient>=0.9.014 python-glanceclient>=0.9.0,!=0.14.0,<=0.14.2
15 python-keystoneclient>=0.7.015 python-keystoneclient>=0.7.0,<=0.11.2
16@@ -26,7 +25,7 @@16@@ -28,7 +27,7 @@
17 pytz>=2010h17 pytz>=2010h
18 PyYAML>=3.1.018 PyYAML>=3.1.0
19 requests>=1.119 requests>=1.1
20-six>=1.6.020-six>=1.6.0
21+six>=1.5.221+six>=1.5.2
22 SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.9922 SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99
23 sqlalchemy-migrate>=0.8.2,!=0.8.4,!=0.9.223 sqlalchemy-migrate>=0.8.2,!=0.8.4,<=0.9.1
24 stevedore>=0.1424 stevedore>=0.14,<1.2

Subscribers

People subscribed via source and target branches