-cinder (1:2014.1~rc1-0ubuntu1~cloud0) precise-icehouse; urgency=medium
+cinder (1:2014.1.1-0ubuntu1) trusty; urgency=medium
- * New update for the Ubuntu Cloud Archive.
+ * 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
+ * debian/patches/fix-requirements.patch: Refreshed, drop six requirement to
+ align to 14.04 version.
- -- Openstack Ubuntu Testing Bot <openstack-testing-bot@ubuntu.com> Tue, 01 Apr 2014 00:05:17 -0400
+ -- Corey Bryant <corey.bryant@canonical.com> Mon, 09 Jun 2014 14:39:03 -0400
+
+cinder (1:2014.1-0ubuntu1) trusty; urgency=medium
+
+ * New upstream release (LP: #1299055).
+
+ -- Corey Bryant <corey.bryant@canonical.com> Wed, 16 Apr 2014 13:06:37 -0400
+
+cinder (1:2014.1~rc3-0ubuntu1) trusty; urgency=medium
+
+ * New release candidate (LP: #1299010).
+
+ -- Chuck Short <zulcss@ubuntu.com> Tue, 15 Apr 2014 09:02:40 -0400
+
+cinder (1:2014.1~rc2-0ubuntu1) trusty; urgency=medium
+
+ * New upstream release (LP: #1299010).
+
+ -- Chuck Short <zulcss@ubuntu.com> Mon, 07 Apr 2014 11:18:57 -0400
cinder (1:2014.1~rc1-0ubuntu1) trusty; urgency=medium
python-lockfile,
python-lxml (>= 2.3),
python-migrate,
- python-mysqldb,
python-netaddr,
python-novaclient (>= 1:2.12.0),
python-oslo.config (>= 1:1.1.0),
python-taskflow,
python-webob (>= 1.2.3),
${misc:Depends},
- ${python:Depends},
- python-ceph
-Suggests: python-hp3parclient
+ ${python:Depends}
+Suggests: python-ceph, python-hp3parclient
Description: Cinder Python libraries
OpenStack is a reliable cloud infrastructure. Its mission is to produce
the ubiquitous cloud computing platform that will meet the needs of public
-diff --git a/requirements.txt b/requirements.txt
-index 956c5de..1033d31 100644
---- a/requirements.txt
-+++ b/requirements.txt
-@@ -22,7 +22,6 @@ python-swiftclient>=1.6
+Description: Requirement alignment for Ubuntu 14.04
+ rtslib-fb: not supported in Ubuntu, dropped.
+ six: 1.5.2 present in 14.04, features of 1.6.0 not used.
+Forwarded: not-needed
+
+Index: cinder/requirements.txt
+===================================================================
+--- cinder.orig/requirements.txt 2014-06-09 14:41:57.268598007 -0400
++++ cinder/requirements.txt 2014-06-09 14:42:20.900598907 -0400
+@@ -22,8 +22,7 @@
requests>=1.1
Routes>=1.12.3
taskflow>=0.1.3,<0.2
-rtslib-fb>=2.1.39
- six>=1.5.2
+-six>=1.6.0
++six>=1.5.2
SQLAlchemy>=0.7.8,<=0.9.99
sqlalchemy-migrate>=0.8.2,!=0.8.4
-
+ stevedore>=0.14