Merge lp:~corey.bryant/cinder/2014.1.1 into lp:~ubuntu-server-dev/cinder/icehouse

Proposed by Corey Bryant
Status: Merged
Approved by: Chuck Short
Approved revision: 181
Merged at revision: 181
Proposed branch: lp:~corey.bryant/cinder/2014.1.1
Merge into: lp:~ubuntu-server-dev/cinder/icehouse
Diff against target: 55 lines (+30/-7)
2 files modified
debian/changelog (+22/-0)
debian/patches/fix-requirements.patch (+8/-7)
To merge this branch: bzr merge lp:~corey.bryant/cinder/2014.1.1
Reviewer Review Type Date Requested Status
Chuck Short (community) Needs Fixing
Review via email: mp+222525@code.launchpad.net

Description of the change

Ubuntu Stable Release Update for OpenStack Icehouse

To post a comment you must log in.
Revision history for this message
Chuck Short (zulcss) wrote :

See inline comments.

review: Needs Fixing
lp:~corey.bryant/cinder/2014.1.1 updated
181. By Corey Bryant

* debian/patches/fix-requirements.patch: Refreshed.
* Resynchronize with stable/icehouse (aa0e752) (LP: #1328134):
  - [d58abc1] Update cinder.conf
  - [5330d3b] Updated from global requirements
  - [41127fb] Properly initialize rpc in cinder-volume-usage-audit
  - [75fa69d] Storwize/SVC driver crashes when check volume copy status
  - [bc585a0] Fix solaris_execute in SolarisISCSIDriver.
  - [bc0442a] Fix wrong exception reference
  - [59fe59e] Correct metadata ordering issue in tests
  - [1e48833] Fallback to None on missing Glance image attrs
  - [767c2a6] Keep volume available if retype fails due to quota
  - [d0602f6] Fixes cinder error state volume delete on Windows
  - [1815c72] Re-raise exceptions in upload-to-image
  - [560740f] GlusterFS: Delete active snapshot file on volume delete.
  - [d17277d] Add exception catch if Storwize/SVC driver failed when retyping
  - [49446bc] Disable oslo.messaging debug logs
  - [aa0e752] Adjust sample config for keystoneclient 0.8.0 release

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-04-17 10:32:18 +0000
+++ debian/changelog 2014-06-09 18:43:44 +0000
@@ -1,3 +1,25 @@
1cinder (1:2014.1.1-0ubuntu1) trusty; urgency=medium
2
3 * debian/patches/fix-requirements.patch: Refreshed.
4 * Resynchronize with stable/icehouse (aa0e752) (LP: #1328134):
5 - [d58abc1] Update cinder.conf
6 - [5330d3b] Updated from global requirements
7 - [41127fb] Properly initialize rpc in cinder-volume-usage-audit
8 - [75fa69d] Storwize/SVC driver crashes when check volume copy status
9 - [bc585a0] Fix solaris_execute in SolarisISCSIDriver.
10 - [bc0442a] Fix wrong exception reference
11 - [59fe59e] Correct metadata ordering issue in tests
12 - [1e48833] Fallback to None on missing Glance image attrs
13 - [767c2a6] Keep volume available if retype fails due to quota
14 - [d0602f6] Fixes cinder error state volume delete on Windows
15 - [1815c72] Re-raise exceptions in upload-to-image
16 - [560740f] GlusterFS: Delete active snapshot file on volume delete.
17 - [d17277d] Add exception catch if Storwize/SVC driver failed when retyping
18 - [49446bc] Disable oslo.messaging debug logs
19 - [aa0e752] Adjust sample config for keystoneclient 0.8.0 release
20
21 -- Corey Bryant <corey.bryant@canonical.com> Mon, 09 Jun 2014 14:39:03 -0400
22
1cinder (1:2014.1-0ubuntu1) trusty; urgency=medium23cinder (1:2014.1-0ubuntu1) trusty; urgency=medium
224
3 * New upstream release (LP: #1299055).25 * New upstream release (LP: #1299055).
426
=== modified file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch 2014-03-26 14:31:55 +0000
+++ debian/patches/fix-requirements.patch 2014-06-09 18:43:44 +0000
@@ -1,13 +1,14 @@
1diff --git a/requirements.txt b/requirements.txt1Index: cinder/requirements.txt
2index 956c5de..1033d31 1006442===================================================================
3--- a/requirements.txt3--- cinder.orig/requirements.txt 2014-06-09 14:41:57.268598007 -0400
4+++ b/requirements.txt4+++ cinder/requirements.txt 2014-06-09 14:42:20.900598907 -0400
5@@ -22,7 +22,6 @@ python-swiftclient>=1.65@@ -22,8 +22,7 @@
6 requests>=1.16 requests>=1.1
7 Routes>=1.12.37 Routes>=1.12.3
8 taskflow>=0.1.3,<0.28 taskflow>=0.1.3,<0.2
9-rtslib-fb>=2.1.399-rtslib-fb>=2.1.39
10 six>=1.5.210-six>=1.6.0
11+six>=1.5.2
11 SQLAlchemy>=0.7.8,<=0.9.9912 SQLAlchemy>=0.7.8,<=0.9.99
12 sqlalchemy-migrate>=0.8.2,!=0.8.413 sqlalchemy-migrate>=0.8.2,!=0.8.4
1314 stevedore>=0.14

Subscribers

People subscribed via source and target branches