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

Proposed by Corey Bryant
Status: Merged
Merged at revision: 184
Proposed branch: lp:~corey.bryant/cinder/2014.1.3
Merge into: lp:~ubuntu-server-dev/cinder/icehouse
Diff against target: 52 lines (+26/-3)
2 files modified
debian/changelog (+25/-0)
debian/patches/fix-requirements.patch (+1/-3)
To merge this branch: bzr merge lp:~corey.bryant/cinder/2014.1.3
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+237087@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
=== modified file 'debian/changelog'
--- debian/changelog 2014-08-12 15:01:44 +0000
+++ debian/changelog 2014-10-03 15:07:43 +0000
@@ -1,3 +1,28 @@
1cinder (1:2014.1.3-0ubuntu1) UNRELEASED; urgency=medium
2
3 * Resynchronize with stable/icehouse (360705a) (LP: #1377136):
4 - [7eef596] Refuse invalid qcow2 backing files
5 - [8f7823d] Fixes terminate_connection live migration issue
6 - [db5a25d] NetApp NFS: Do not reference dst_img_local before assignment
7 - [ec249ee] Sync latest process and str utils from oslo
8 - [d3b1102] Fix KeyError exception in NetApp CDOT iscsi driver volume create.
9 - [1604b49] Don't clear _mounted_shares list in remoteFS while updating
10 - [da5c3e6] Update cinder.conf.sample
11 - [8178590] Block sqlalchemy-migrate 0.9.2
12 - [5863f52] Mock glance client object in version unit tests
13 - [03573a0] VMware: Disable suds caching
14 - [c282636] Honor volume:get policy
15 - [da65d08] Prevent tenant viewing volumes owned by another
16 - [5f88296] Fix performance issues with brocade zone driver.
17 - [36406c9] Cache snapshots in request for extension
18 - [ce35e7a] volume_image_metadata missing from volume list
19 - [69ade10] Add retry_on_deadlock to db update methods
20 - [3b4d5b0] Add fix for reservation index to icehouse
21 - [360705a] vmware: Force chunked transfer for upload-to-image
22 * d/p/fix-requirements.patch: Rebased.
23
24 -- Corey Bryant <corey.bryant@canonical.com> Fri, 03 Oct 2014 10:22:42 -0400
25
1cinder (1:2014.1.2-0ubuntu1) trusty; urgency=medium26cinder (1:2014.1.2-0ubuntu1) trusty; urgency=medium
227
3 [ Corey Bryant ]28 [ Corey Bryant ]
429
=== modified file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch 2014-08-11 13:52:19 +0000
+++ debian/patches/fix-requirements.patch 2014-10-03 15:07:43 +0000
@@ -3,8 +3,6 @@
3 six: 1.5.2 present in 14.04, features of 1.6.0 not used.3 six: 1.5.2 present in 14.04, features of 1.6.0 not used.
4Forwarded: not-needed4Forwarded: not-needed
55
6Index: cinder/requirements.txt
7===================================================================
8--- a/requirements.txt6--- a/requirements.txt
9+++ b/requirements.txt7+++ b/requirements.txt
10@@ -22,8 +22,7 @@8@@ -22,8 +22,7 @@
@@ -15,5 +13,5 @@
15-six>=1.6.013-six>=1.6.0
16+six>=1.5.214+six>=1.5.2
17 SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.9915 SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99
18 sqlalchemy-migrate>=0.8.2,!=0.8.416 sqlalchemy-migrate>=0.8.2,!=0.8.4,!=0.9.2
19 stevedore>=0.1417 stevedore>=0.14

Subscribers

People subscribed via source and target branches