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

Proposed by Corey Bryant
Status: Merged
Merged at revision: 182
Proposed branch: lp:~corey.bryant/cinder/2014.1.2
Merge into: lp:~ubuntu-server-dev/cinder/icehouse
Diff against target: 97 lines (+34/-20)
3 files modified
debian/changelog (+33/-0)
debian/cinder_sudoers (+1/-1)
debian/patches/fix-requirements.patch (+0/-19)
To merge this branch: bzr merge lp:~corey.bryant/cinder/2014.1.2
Reviewer Review Type Date Requested Status
Chuck Short (community) Needs Fixing
Review via email: mp+230123@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Chuck Short (zulcss) wrote :

Can you resync with what we have in the archive.

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

> Can you resync with what we have in the archive.

Chuck, thanks for reviewing. I've resync'd and pushed a new version that is ready for review.

lp:~corey.bryant/cinder/2014.1.2 updated
182. By Corey Bryant

* Resynchronize with stable/icehouse (00d456b) (LP: #1354159):
  - [a1135b7] Fix solidfire accept_transfer
  - [00b7574] Fixes HP LeftHand driver with Paramiko 1.13.0
  - [22e451b] Set python hash seed to 0 in tox.ini
  - [cd7dd94] Get updated model info on volume transfer
  - [f6df82c] Ensure flushing of IO prior to removing FC device
  - [63ba651] Don't leave snapshots on the floor
  - [c74efd7] Retry lvremove with ignore_suspended_devices
  - [fe37a6e] Remove second get call to list/show volumes
  - [1d80539] Add cinder-manage cmd to update host column
  - [d12c513] Fix host option isn't set when using multiple backend
  - [570c90f] Add the -f option back to lvremove
  - [170632f] Update requirements.txt to disallow alpha libs
  - [04c7431] Allow host config to be overriden in backend
  - [f96e991] Storwize/SVC driver detach volume failed
  - [c4d3c1c] Fix handling multiple WWPNs on preferred FC node
  - [3877a73] vmware: Fix problems with VIM API retry logic
  - [cab4ef6] Specify lld in tgt config backends
  - [d4392f3] Fix retyping volume that has volume type None
  - [d6829c1] Ensure that lun_id is an int
  - [00d456b] GET details REST API next link missing 'details'
* d/p/fix-requirements.patch: Refreshed.
* SECURITY UPDATE: specify /etc/cinder/rootwrap.conf for use with
  cinder-rootwrap
  - CVE-2013-1068 (LP: #1185019)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-06-16 08:01:30 +0000
+++ debian/changelog 2014-08-11 13:52:39 +0000
@@ -1,3 +1,36 @@
1cinder (1:2014.1.2-0ubuntu1) trusty; urgency=medium
2
3 [ Corey Bryant ]
4 * Resynchronize with stable/icehouse (00d456b) (LP: #1354159):
5 - [a1135b7] Fix solidfire accept_transfer
6 - [00b7574] Fixes HP LeftHand driver with Paramiko 1.13.0
7 - [22e451b] Set python hash seed to 0 in tox.ini
8 - [cd7dd94] Get updated model info on volume transfer
9 - [f6df82c] Ensure flushing of IO prior to removing FC device
10 - [63ba651] Don't leave snapshots on the floor
11 - [c74efd7] Retry lvremove with ignore_suspended_devices
12 - [fe37a6e] Remove second get call to list/show volumes
13 - [1d80539] Add cinder-manage cmd to update host column
14 - [d12c513] Fix host option isn't set when using multiple backend
15 - [570c90f] Add the -f option back to lvremove
16 - [170632f] Update requirements.txt to disallow alpha libs
17 - [04c7431] Allow host config to be overriden in backend
18 - [f96e991] Storwize/SVC driver detach volume failed
19 - [c4d3c1c] Fix handling multiple WWPNs on preferred FC node
20 - [3877a73] vmware: Fix problems with VIM API retry logic
21 - [cab4ef6] Specify lld in tgt config backends
22 - [d4392f3] Fix retyping volume that has volume type None
23 - [d6829c1] Ensure that lun_id is an int
24 - [00d456b] GET details REST API next link missing 'details'
25 * d/p/fix-requirements.patch: Refreshed.
26
27 [ Jamie Strandboge <jamie@ubuntu.com> ]
28 * SECURITY UPDATE: specify /etc/cinder/rootwrap.conf for use with
29 cinder-rootwrap
30 - CVE-2013-1068 (LP: #1185019)
31
32 -- Corey Bryant <corey.bryant@canonical.com> Fri, 08 Aug 2014 11:21:47 -0400
33
1cinder (1:2014.1.1-0ubuntu1) trusty; urgency=medium34cinder (1:2014.1.1-0ubuntu1) trusty; urgency=medium
235
3 * Resynchronize with stable/icehouse (aa0e752) (LP: #1328134):36 * Resynchronize with stable/icehouse (aa0e752) (LP: #1328134):
437
=== modified file 'debian/cinder_sudoers'
--- debian/cinder_sudoers 2012-07-07 07:49:54 +0000
+++ debian/cinder_sudoers 2014-08-11 13:52:39 +0000
@@ -1,3 +1,3 @@
1Defaults:cinder !requiretty1Defaults:cinder !requiretty
22
3cinder ALL = (root) NOPASSWD: /usr/bin/cinder-rootwrap 3cinder ALL = (root) NOPASSWD: /usr/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *
44
=== added file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-requirements.patch 2014-08-11 13:52:39 +0000
@@ -0,0 +1,19 @@
1Description: Requirement alignment for Ubuntu 14.04
2 rtslib-fb: not supported in Ubuntu, dropped.
3 six: 1.5.2 present in 14.04, features of 1.6.0 not used.
4Forwarded: not-needed
5
6Index: cinder/requirements.txt
7===================================================================
8--- a/requirements.txt
9+++ b/requirements.txt
10@@ -22,8 +22,7 @@
11 requests>=1.1
12 Routes>=1.12.3,!=2.0
13 taskflow>=0.1.3,<0.2
14-rtslib-fb>=2.1.39
15-six>=1.6.0
16+six>=1.5.2
17 SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99
18 sqlalchemy-migrate>=0.8.2,!=0.8.4
19 stevedore>=0.14
020
=== removed file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch 2014-06-16 08:01:30 +0000
+++ debian/patches/fix-requirements.patch 1970-01-01 00:00:00 +0000
@@ -1,19 +0,0 @@
1Description: Requirement alignment for Ubuntu 14.04
2 rtslib-fb: not supported in Ubuntu, dropped.
3 six: 1.5.2 present in 14.04, features of 1.6.0 not used.
4Forwarded: not-needed
5
6Index: cinder/requirements.txt
7===================================================================
8--- cinder.orig/requirements.txt 2014-06-09 14:41:57.268598007 -0400
9+++ cinder/requirements.txt 2014-06-09 14:42:20.900598907 -0400
10@@ -22,8 +22,7 @@
11 requests>=1.1
12 Routes>=1.12.3
13 taskflow>=0.1.3,<0.2
14-rtslib-fb>=2.1.39
15-six>=1.6.0
16+six>=1.5.2
17 SQLAlchemy>=0.7.8,<=0.9.99
18 sqlalchemy-migrate>=0.8.2,!=0.8.4
19 stevedore>=0.14

Subscribers

People subscribed via source and target branches