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

Proposed by Corey Bryant
Status: Merged
Approved by: Chuck Short
Approved revision: 110
Merge reported by: Chuck Short
Merged at revision: not available
Proposed branch: lp:~corey.bryant/ceilometer/2014.1.5
Merge into: lp:~ubuntu-server-dev/ceilometer/icehouse
Diff against target: 52 lines (+19/-10)
2 files modified
debian/changelog (+9/-0)
debian/patches/fix-requirements.patch (+10/-10)
To merge this branch: bzr merge lp:~corey.bryant/ceilometer/2014.1.5
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+262594@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-03-30 12:40:22 +0000
3+++ debian/changelog 2015-06-22 15:28:30 +0000
4@@ -1,3 +1,12 @@
5+ceilometer (2014.1.5-0ubuntu1) UNRELEASED; urgency=medium
6+
7+ * Resynchronize with stable/icehouse (04b66db) (LP: #1467533):
8+ - [737e899] Fixes ceilometer-compute service start failure
9+ - [04b66db] fix the value of query_spec.maxSample to advoid to be zero
10+ * d/p/fix-requirements.patch: Rebased.
11+
12+ -- Corey Bryant <corey.bryant@canonical.com> Mon, 22 Jun 2015 10:11:03 -0400
13+
14 ceilometer (2014.1.4-0ubuntu2) trusty; urgency=medium
15
16 * d/control: Set minimum python-six dependency to 1.5.2 (LP: #1403114).
17
18=== modified file 'debian/patches/fix-requirements.patch'
19--- debian/patches/fix-requirements.patch 2015-03-16 20:09:14 +0000
20+++ debian/patches/fix-requirements.patch 2015-06-22 15:28:30 +0000
21@@ -4,21 +4,21 @@
22 --- a/requirements.txt
23 +++ b/requirements.txt
24 @@ -18,8 +18,7 @@
25- netaddr>=0.7.6
26+ netaddr>=0.7.6,<=0.7.14
27 oslo.config>=1.2.0,<1.5
28 pbr>=0.6,<1.0
29--pecan>=0.4.5
30+-pecan>=0.4.5,<=0.8.3
31 -pysnmp>=4.2.1,<5.0.0
32-+pecan>=0.3.0
33++pecan>=0.3.0,<=0.8.3
34 python-ceilometerclient>=1.0.6,<=1.0.12
35 python-glanceclient>=0.9.0,!=0.14.0,<=0.14.2
36- python-keystoneclient>=0.7.0,<=0.11.2
37+ python-keystoneclient>=0.7.0,<0.12.0
38 @@ -28,7 +27,7 @@
39- pytz>=2010h
40- PyYAML>=3.1.0
41- requests>=1.1
42--six>=1.6.0
43-+six>=1.5.2
44+ pytz>=2010h,<=2015.2
45+ PyYAML>=3.1.0,<=3.11
46+ requests>=1.1,<=2.6.0
47+-six>=1.6.0,<=1.9.0
48++six>=1.5.2,<=1.9.0
49 SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99
50 sqlalchemy-migrate>=0.8.2,!=0.8.4,<=0.9.1
51- stevedore>=0.14,<1.2
52+ stevedore>=0.14

Subscribers

People subscribed via source and target branches