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

Proposed by Corey Bryant
Status: Merged
Merged at revision: 186
Proposed branch: lp:~corey.bryant/cinder/2014.1.4
Merge into: lp:~ubuntu-server-dev/cinder/icehouse
Diff against target: 46 lines (+29/-2)
2 files modified
debian/changelog (+27/-0)
debian/patches/fix-requirements.patch (+2/-2)
To merge this branch: bzr merge lp:~corey.bryant/cinder/2014.1.4
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+253092@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Page (james-page) :
review: Approve
lp:~corey.bryant/cinder/2014.1.4 updated
186. By James Page

releasing package cinder version 1:2014.1.4-0ubuntu1

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 2014-10-03 20:06:25 +0000
3+++ debian/changelog 2015-03-16 18:21:22 +0000
4@@ -1,3 +1,30 @@
5+cinder (1:2014.1.4-0ubuntu1) UNRELEASED; urgency=medium
6+
7+ * Resynchronize with stable/icehouse (93de51d) (LP: #1432608):
8+ - [303d021] Catch ImageNotFound exception when deleting rbd volume
9+ - [f8dea5a] NetApp E-series: Do not log passwords in requests
10+ - [97a7e20] Fixes HostTestCase failures due to slow test run
11+ - [2670384] NetApp 7mode NFS driver doesn't honor netapp_vfiler option
12+ - [6aa4bca] Raise exception if invalid IP is specified
13+ - [1142830] Fix NetApp AutoSupport Shortcomings.
14+ - [e446335] Remove check_uptodate.sh check from tox.ini
15+ - [4041d30] Eventlet green threads not released back to pool
16+ - [1d48d01] Removes unecessary call to rbd.Image
17+ - [4a14db7] Ensure rbd connect exception is properly caught
18+ - [b05498d] NetApp fix attach fail for already mapped volume
19+ - [f5bf67a] NetApp fix for controller preferred path
20+ - [d57b339] fixing the iSER transport protocol when using LVMISERDriver
21+ - [24759d9] Cinder api service doesn't handle SIGHUP properly
22+ - [3821206] Sync latest strutils from oslo-incubator for mask_password fix
23+ - [71b5315] NetApp fix for default host type in eseries
24+ - [0b8455a] NetApp fix eseries concurrent vol map failure
25+ - [ffc886b] Fix possible race condition for accept transfer
26+ - [390259b] Sync process utils from oslo
27+ - [93de51d] Fix NetAppDirectCmodeNfsDriver._find_shares()
28+ * d/p/fix-requirements.patch: Rebased
29+
30+ -- Corey Bryant <corey.bryant@canonical.com> Mon, 16 Mar 2015 14:04:14 -0400
31+
32 cinder (1:2014.1.3-0ubuntu1) trusty; urgency=medium
33
34 [ Corey Bryant ]
35
36=== modified file 'debian/patches/fix-requirements.patch'
37--- debian/patches/fix-requirements.patch 2014-10-03 14:57:20 +0000
38+++ debian/patches/fix-requirements.patch 2015-03-16 18:21:22 +0000
39@@ -13,5 +13,5 @@
40 -six>=1.6.0
41 +six>=1.5.2
42 SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99
43- sqlalchemy-migrate>=0.8.2,!=0.8.4,!=0.9.2
44- stevedore>=0.14
45+ sqlalchemy-migrate>=0.8.2,!=0.8.4,<=0.9.1
46+ stevedore>=0.14,<1.2

Subscribers

People subscribed via source and target branches