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

Proposed by Chuck Short
Status: Merged
Approved by: Adam Gandelman
Approved revision: 142
Merged at revision: 142
Proposed branch: lp:~zulcss/cinder/cinder-fix-ftbfs
Merge into: lp:~ubuntu-server-dev/cinder/havana
Diff against target: 72 lines (+9/-10)
3 files modified
debian/changelog (+1/-1)
debian/control (+1/-1)
debian/patches/fix-sqlalchemy-requirements.patch (+7/-8)
To merge this branch: bzr merge lp:~zulcss/cinder/cinder-fix-ftbfs
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+187236@code.launchpad.net

Description of the change

- Rediffed patch
- Bump python-noavclient to >= 2.15.0

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
=== modified file 'debian/changelog'
--- debian/changelog 2013-09-19 18:36:21 +0000
+++ debian/changelog 2013-09-24 13:28:29 +0000
@@ -12,7 +12,7 @@
12 python-lxml, python-webob, python-oslo.config, python-sqlalchemy,12 python-lxml, python-webob, python-oslo.config, python-sqlalchemy,
13 python-fixtures, python-testtools, and python-fixtures13 python-fixtures, python-testtools, and python-fixtures
14 - Bumped versioned dependencies for python-eventlet, python-hp3parclient,14 - Bumped versioned dependencies for python-eventlet, python-hp3parclient,
15 and python-keystoneclient, 15 python-keystoneclient, and python-novaclient
1616
17 -- Chuck Short <zulcss@ubuntu.com> Tue, 10 Sep 2013 11:45:33 -040017 -- Chuck Short <zulcss@ubuntu.com> Tue, 10 Sep 2013 11:45:33 -0400
1818
1919
=== modified file 'debian/control'
--- debian/control 2013-09-20 13:35:06 +0000
+++ debian/control 2013-09-24 13:28:29 +0000
@@ -24,7 +24,7 @@
24 python-mox,24 python-mox,
25 python-mysqldb,25 python-mysqldb,
26 python-netaddr,26 python-netaddr,
27 python-novaclient (>= 1:2.12.0),27 python-novaclient (>= 1:2.15.0),
28 python-oslo.config (>= 1:1.1.0),28 python-oslo.config (>= 1:1.1.0),
29 python-paramiko (>= 1.8),29 python-paramiko (>= 1.8),
30 python-paste,30 python-paste,
3131
=== modified file 'debian/patches/fix-sqlalchemy-requirements.patch'
--- debian/patches/fix-sqlalchemy-requirements.patch 2013-09-10 16:54:59 +0000
+++ debian/patches/fix-sqlalchemy-requirements.patch 2013-09-24 13:28:29 +0000
@@ -1,5 +1,5 @@
1diff --git a/cinder/tests/db/test_finish_migration.py b/cinder/tests/db/test_finish_migration.py1diff --git a/cinder/tests/db/test_finish_migration.py b/cinder/tests/db/test_finish_migration.py
2index 459dfea..716d76f 1006442index 4fba2a9..0d701aa 100644
3--- a/cinder/tests/db/test_finish_migration.py3--- a/cinder/tests/db/test_finish_migration.py
4+++ b/cinder/tests/db/test_finish_migration.py4+++ b/cinder/tests/db/test_finish_migration.py
5@@ -41,8 +41,11 @@ class FinishVolumeMigrationTestCase(test.TestCase):5@@ -41,8 +41,11 @@ class FinishVolumeMigrationTestCase(test.TestCase):
@@ -14,13 +14,13 @@
14+ except:14+ except:
15+ self.skipTest('Test fails with sqlalchemy 0.9.8')15+ self.skipTest('Test fails with sqlalchemy 0.9.8')
16 16
17 self.assertRaises(exception.VolumeNotFound, db.volume_get, ctxt,17 src_volume = db.volume_get(ctxt, src_volume['id'])
18 dest_volume['id'])18 expected_name = 'volume-%s' % dest_volume['id']
19diff --git a/cinder/tests/test_volume.py b/cinder/tests/test_volume.py19diff --git a/cinder/tests/test_volume.py b/cinder/tests/test_volume.py
20index f9b505e..730fd9a 10064420index 8ce5b73..dc02ee6 100644
21--- a/cinder/tests/test_volume.py21--- a/cinder/tests/test_volume.py
22+++ b/cinder/tests/test_volume.py22+++ b/cinder/tests/test_volume.py
23@@ -1663,8 +1663,11 @@ class VolumeTestCase(BaseVolumeTestCase):23@@ -1728,8 +1728,11 @@ class VolumeTestCase(BaseVolumeTestCase):
24 volume = tests_utils.create_volume(self.context, size=0,24 volume = tests_utils.create_volume(self.context, size=0,
25 host=CONF.host)25 host=CONF.host)
26 host_obj = {'host': 'newhost', 'capabilities': {}}26 host_obj = {'host': 'newhost', 'capabilities': {}}
@@ -35,10 +35,10 @@
35 self.assertEqual(volume['host'], 'newhost')35 self.assertEqual(volume['host'], 'newhost')
36 self.assertEqual(volume['migration_status'], None)36 self.assertEqual(volume['migration_status'], None)
37diff --git a/requirements.txt b/requirements.txt37diff --git a/requirements.txt b/requirements.txt
38index 01a80be..801736f 10064438index 01ec2e6..97d79d8 100644
39--- a/requirements.txt39--- a/requirements.txt
40+++ b/requirements.txt40+++ b/requirements.txt
41@@ -19,7 +19,7 @@ python-keystoneclient>=0.3.041@@ -20,7 +20,7 @@ python-novaclient>=2.15.0
42 python-swiftclient>=1.542 python-swiftclient>=1.5
43 Routes>=1.12.343 Routes>=1.12.3
44 six44 six
@@ -47,4 +47,3 @@
47 sqlalchemy-migrate>=0.7.247 sqlalchemy-migrate>=0.7.2
48 stevedore>=0.1048 stevedore>=0.10
49 suds>=0.449 suds>=0.4
50

Subscribers

People subscribed via source and target branches