Merge lp:~thedac/cinder/kilo into lp:~ubuntu-server-dev/cinder/kilo

Proposed by David Ames
Status: Merged
Merged at revision: 233
Proposed branch: lp:~thedac/cinder/kilo
Merge into: lp:~ubuntu-server-dev/cinder/kilo
Diff against target: 61 lines (+38/-6)
2 files modified
debian/changelog (+32/-0)
debian/patches/fix-requirements.patch (+6/-6)
To merge this branch: bzr merge lp:~thedac/cinder/kilo
Reviewer Review Type Date Requested Status
Corey Bryant Approve
Review via email: mp+266779@code.launchpad.net

Description of the change

Releasing package cinder version 1:2015.1.1-0ubuntu1

To post a comment you must log in.
Revision history for this message
Corey Bryant (corey.bryant) wrote :

Thanks David. Looking pretty good. A couple of comments below.

lp:~thedac/cinder/kilo updated
234. By David Ames

Changelog fixes

Revision history for this message
Corey Bryant (corey.bryant) wrote :

Looks good, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2015-05-03 17:40:59 +0000
+++ debian/changelog 2015-08-03 20:28:55 +0000
@@ -1,3 +1,35 @@
1cinder (1:2015.1.1-0ubuntu1) UNRELEASED; urgency=medium
2
3 * Resynchronize with stable/kilo (651bab0) (LP: #1481008):
4 - [b130f00] Fix NetApp cDOT driver use of Glance locations
5 - [3388fff] Volume manager should set filter_function and goodness_function
6 - [08ff005] Update expected error message from lvs
7 - [27b5e75] Revert "Graceful shutdown WSGI/RPC server"
8 - [4f86ae7] Fix 'no actual-pathname' NetApp API error
9 - [70c6a35] Graceful shutdown WSGI/RPC server
10 - [6c05594] Add exception catch in report_state for DBError
11 - [50db0fc] Fix broken export commands on block_device driver
12 - [9634b76] Disallow backing files when uploading volumes to image
13 - [223b258] Fix cinder concurrency issues on rtstool
14 - [ea9e2e0] Create iSCSI lio portals with right IPs and port
15 - [f8149fc] Dispose DB connections between backend proc starts
16 - [28bb8d2] Allow provisioning to reach max oversubscription
17 - [0490f1c] Create initiator id for VMAX iSCSI driver
18 - [28df54c] Fix capacity filter to allow oversubscription
19 - [c56bbb7] VMware: Fix missing target resource pool
20 - [03562c3] Check volume_backend in retype
21 - [5ff9497] Use nfs_oversub_ratio when reporting pool capacity
22 - [9affeaf] NFS Backup: Correcting backup_sha_block_size_bytes help message
23 - [c0f12f2] LVM: Pass volume size in MiB to copy_volume() during volume migration
24 - [e316d6f] Dell: Added support for update_migrated_volume
25 - [f0a4447] Allow rexports for targets with Datera
26 - [dabbaed] HDS HNAS Driver fails when FS unhealthy
27 - [a5908fd] Revert state if attachment already exists
28 - [651bab0] VolMgr: reschedule only when filter_properties has retry
29 * d/p/fix-requirements.patch: Rebased.
30
31 -- David Ames <david.ames@canonical.com> Mon, 03 Aug 2015 10:43:21 -0700
32
1cinder (1:2015.1.0-0ubuntu1) vivid; urgency=medium33cinder (1:2015.1.0-0ubuntu1) vivid; urgency=medium
234
3 [ Chuck Short ]35 [ Chuck Short ]
436
=== modified file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch 2015-04-20 13:13:50 +0000
+++ debian/patches/fix-requirements.patch 2015-08-03 20:28:55 +0000
@@ -1,11 +1,11 @@
1--- a/requirements.txt1--- a/requirements.txt
2+++ b/requirements.txt2+++ b/requirements.txt
3@@ -34,7 +34,7 @@ python-novaclient>=2.22.0,<2.24.03@@ -34,7 +34,7 @@
4 python-swiftclient>=2.2.0,<2.5.04 python-swiftclient<2.5.0,>=2.2.0
5 requests>=2.2.0,!=2.4.05 requests!=2.4.0,>=2.2.0
6 retrying>=1.2.3,!=1.3.0 # Apache-2.06 retrying!=1.3.0,>=1.2.3 # Apache-2.0
7-Routes>=1.12.3,!=2.07-Routes!=2.0,>=1.12.3
8+Routes>=1.12.38+Routes>=1.12.3
9 taskflow>=0.7.1,<0.8.09 taskflow<0.8.0,>=0.7.1
10 rtslib-fb>=2.1.4110 rtslib-fb>=2.1.41
11 six>=1.9.011 six>=1.9.0

Subscribers

People subscribed via source and target branches