Merge lp:~zulcss/cinder/icehouse-ftbfs into lp:~ubuntu-server-dev/cinder/icehouse

Proposed by Chuck Short
Status: Merged
Approved by: Chuck Short
Approved revision: 149
Merged at revision: 149
Proposed branch: lp:~zulcss/cinder/icehouse-ftbfs
Merge into: lp:~ubuntu-server-dev/cinder/icehouse
Diff against target: 96 lines (+27/-32)
6 files modified
debian/changelog (+8/-1)
debian/cinder-common.install (+1/-0)
debian/patches/fix-babel-requirements.patch (+0/-17)
debian/patches/fix-requirements.patch (+17/-0)
debian/patches/fix-sqlalchemy-requirements.patch (+0/-12)
debian/patches/series (+1/-2)
To merge this branch: bzr merge lp:~zulcss/cinder/icehouse-ftbfs
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+196932@code.launchpad.net

Description of the change

Icehouse fixes

To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

debian/paches/fix-requirements.patch:

Did you mean to drop rtslib-fb rather than replace it with rtslib?

review: Needs Information
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
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-10-22 16:53:20 +0000
3+++ debian/changelog 2013-11-27 16:10:14 +0000
4@@ -1,6 +1,13 @@
5 cinder (1:2013.2-0ubuntu2) UNRELEASED; urgency=low
6
7- * debian/control: open icehouse release.
8+ * debian/control:
9+ - Open icehouse release.
10+ - Add python-rtslib as a dependency.
11+ * debian/patches/fix-sqlalchemy-requirements.patch: Dropped no longer needed.
12+ * debian/patches/fix-babel-requirements.patch: Dropped no longer needed.
13+ * debian/paches/fix-requirements.patch: Fixed up requirements.txt for
14+ dependencies we have in Ubuntu.
15+ * debian/cinder-common.install: Add "cinder-rtstool".
16
17 -- Chuck Short <zulcss@ubuntu.com> Tue, 22 Oct 2013 09:53:20 -0700
18
19
20=== modified file 'debian/cinder-common.install'
21--- debian/cinder-common.install 2013-05-17 17:05:27 +0000
22+++ debian/cinder-common.install 2013-11-27 16:10:14 +0000
23@@ -7,3 +7,4 @@
24 usr/bin/cinder-manage
25 usr/bin/cinder-rootwrap
26 usr/bin/cinder-rpc-zmq-receiver
27+usr/bin/cinder-rtstool
28
29=== removed file 'debian/patches/fix-babel-requirements.patch'
30--- debian/patches/fix-babel-requirements.patch 2013-10-03 00:22:17 +0000
31+++ debian/patches/fix-babel-requirements.patch 1970-01-01 00:00:00 +0000
32@@ -1,17 +0,0 @@
33-Author: Revert new babel requirements.
34-Author: Chuck Short <zulcss@ubuntu.com>
35-Forwarded: No, https://review.openstack.org/#/c/48739/
36-diff --git a/requirements.txt b/requirements.txt
37-index 219962d..01ec2e6 100644
38---- a/requirements.txt
39-+++ b/requirements.txt
40-@@ -2,7 +2,7 @@ pbr>=0.5.21,<1.0
41- amqplib>=0.6.1
42- anyjson>=0.3.3
43- argparse
44--Babel>=1.3
45-+Babel>=0.9.6
46- eventlet>=0.13.0
47- greenlet>=0.3.2
48- iso8601>=0.1.4
49-
50
51=== added file 'debian/patches/fix-requirements.patch'
52--- debian/patches/fix-requirements.patch 1970-01-01 00:00:00 +0000
53+++ debian/patches/fix-requirements.patch 2013-11-27 16:10:14 +0000
54@@ -0,0 +1,17 @@
55+Description: Update requirements to match Ubuntu.
56+Author: Chuck Short <zulcss@ubuntu.com>
57+Forwarded: No
58+diff -Naurp cinder-2014.1.dev551.g1c6ad38.orig/requirements.txt cinder-2014.1.dev551.g1c6ad38/requirements.txt
59+--- cinder-2014.1.dev551.g1c6ad38.orig/requirements.txt 2013-11-27 08:49:27.000000000 -0500
60++++ cinder-2014.1.dev551.g1c6ad38/requirements.txt 2013-11-27 10:57:45.067332399 -0500
61+@@ -18,9 +18,8 @@ python-keystoneclient>=0.4.1
62+ python-novaclient>=2.15.0
63+ python-swiftclient>=1.5
64+ Routes>=1.12.3
65+-rtslib-fb>=2.1.39
66+ six>=1.4.1
67+-SQLAlchemy>=0.7.8,<=0.7.99
68++SQLAlchemy>=0.7.8,<=0.8.99
69+ sqlalchemy-migrate>=0.7.2
70+ stevedore>=0.10
71+ suds>=0.4
72
73=== removed file 'debian/patches/fix-sqlalchemy-requirements.patch'
74--- debian/patches/fix-sqlalchemy-requirements.patch 2013-10-04 12:40:30 +0000
75+++ debian/patches/fix-sqlalchemy-requirements.patch 1970-01-01 00:00:00 +0000
76@@ -1,12 +0,0 @@
77-diff -Naurp cinder-2013.2.rc1.orig/requirements.txt cinder-2013.2.rc1/requirements.txt
78---- cinder-2013.2.rc1.orig/requirements.txt 2013-10-04 05:11:50.000000000 -0400
79-+++ cinder-2013.2.rc1/requirements.txt 2013-10-04 08:33:32.072164528 -0400
80-@@ -20,7 +20,7 @@ python-novaclient>=2.15.0
81- python-swiftclient>=1.5
82- Routes>=1.12.3
83- six
84--SQLAlchemy>=0.7.8,<=0.7.99
85-+SQLAlchemy>=0.7.8,<=0.8.99
86- sqlalchemy-migrate>=0.7.2
87- stevedore>=0.10
88- suds>=0.4
89
90=== modified file 'debian/patches/series'
91--- debian/patches/series 2013-10-03 00:22:17 +0000
92+++ debian/patches/series 2013-11-27 16:10:14 +0000
93@@ -1,2 +1,1 @@
94-fix-sqlalchemy-requirements.patch
95-fix-babel-requirements.patch
96+fix-requirements.patch

Subscribers

People subscribed via source and target branches