cinder (1:2014.1.5-0ubuntu2.2) trusty; urgency=medium

  * Fix issue that upload-to-image doesn't copy os_type property
    (LP: #1692446):
    - d/p/0001-Copy-custom-properties-to-image-from-volume.patch
    - d/p/0001-Fix-volume-upload-failure-with-glance_api_version-2.patch

 -- Seyeong Kim <seyeong.kim@canonical.com>  Fri, 19 May 2017 18:37:48 +0900

cinder (1:2014.1.5-0ubuntu2.1) trusty; urgency=medium

  * Include boot properties from glance v2 images (LP: #1439371):
    - d/p/include-boot-properties-from-glance-v2-images.patch
  * Fix extract properties from image with glance api v2 (LP: #1323660):
    - d/p/fix-properties-extracting-from-image-with-glance-api.patch

 -- Seyeong Kim <seyeong.kim@canonical.com>  Fri, 11 Nov 2016 11:23:53 +0900

cinder (1:2014.1.5-0ubuntu2) trusty; urgency=medium

  * Enable iscsi_write_cache option for tgtadm backends (LP: #1336568):
    - d/p/tgtadmin-iscsi-write-cache-config.patch - Includes backport of
      change from the juno release for enabling iscsi write cache policy
      for tgtadm.

 -- Billy Olsen <billy.olsen@canonical.com>  Mon, 27 Jul 2015 17:35:57 -0700

cinder (1:2014.1.5-0ubuntu1) trusty; urgency=medium

  * Resynchronize with stable/icehouse (d03ca5d) (LP: #1467533):
    - [bc0549e] Disallow backing files when uploading volumes to image
    - [15901c4] Deal with PEP-0476 certificate chaining checking
    - [d03ca5d] Ignore HTTP_PROXY during test requests
  * d/p/fix-requirements.patch: Rebased

 -- Corey Bryant <corey.bryant@canonical.com>  Mon, 22 Jun 2015 10:12:20 -0400

cinder (1:2014.1.4-0ubuntu2) trusty; urgency=medium

  * d/control: Set minimum python-six dependency to 1.5.2 (LP: #1403114).

 -- Corey Bryant <corey.bryant@canonical.com>  Mon, 30 Mar 2015 08:46:58 -0400

cinder (1:2014.1.4-0ubuntu1) trusty; urgency=medium

  * Resynchronize with stable/icehouse (93de51d) (LP: #1432608):
    - [303d021] Catch ImageNotFound exception when deleting rbd volume
    - [f8dea5a] NetApp E-series: Do not log passwords in requests
    - [97a7e20] Fixes HostTestCase failures due to slow test run
    - [2670384] NetApp 7mode NFS driver doesn't honor netapp_vfiler option
    - [6aa4bca] Raise exception if invalid IP is specified
    - [1142830] Fix NetApp AutoSupport Shortcomings.
    - [e446335] Remove check_uptodate.sh check from tox.ini
    - [4041d30] Eventlet green threads not released back to pool
    - [1d48d01] Removes unecessary call to rbd.Image
    - [4a14db7] Ensure rbd connect exception is properly caught
    - [b05498d] NetApp fix attach fail for already mapped volume
    - [f5bf67a] NetApp fix for controller preferred path
    - [d57b339] fixing the iSER transport protocol when using LVMISERDriver
    - [24759d9] Cinder api service doesn't handle SIGHUP properly
    - [3821206] Sync latest strutils from oslo-incubator for mask_password fix
    - [71b5315] NetApp fix for default host type in eseries
    - [0b8455a] NetApp fix eseries concurrent vol map failure
    - [ffc886b] Fix possible race condition for accept transfer
    - [390259b] Sync process utils from oslo
    - [93de51d] Fix NetAppDirectCmodeNfsDriver._find_shares()
  * d/p/fix-requirements.patch: Rebased

 -- Corey Bryant <corey.bryant@canonical.com>  Thu, 19 Mar 2015 08:54:52 +0000

cinder (1:2014.1.3-0ubuntu1) trusty; urgency=medium

  [ Corey Bryant ]
  * Resynchronize with stable/icehouse (360705a) (LP: #1377136):
    - [7eef596] Refuse invalid qcow2 backing files
    - [8f7823d] Fixes terminate_connection live migration issue
    - [db5a25d] NetApp NFS: Do not reference dst_img_local before assignment
    - [ec249ee] Sync latest process and str utils from oslo
    - [d3b1102] Fix KeyError exception in NetApp CDOT iscsi driver volume create.
    - [1604b49] Don't clear _mounted_shares list in remoteFS while updating
    - [da5c3e6] Update cinder.conf.sample
    - [8178590] Block sqlalchemy-migrate 0.9.2
    - [5863f52] Mock glance client object in version unit tests
    - [03573a0] VMware: Disable suds caching
    - [c282636] Honor volume:get policy
    - [da65d08] Prevent tenant viewing volumes owned by another
    - [5f88296] Fix performance issues with brocade zone driver.
    - [36406c9] Cache snapshots in request for extension
    - [ce35e7a] volume_image_metadata missing from volume list
    - [69ade10] Add retry_on_deadlock to db update methods
    - [3b4d5b0] Add fix for reservation index to icehouse
    - [360705a] vmware: Force chunked transfer for upload-to-image
  * d/p/fix-requirements.patch: Rebased.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 03 Oct 2014 15:32:56 -0400

cinder (1:2014.1.2-0ubuntu1) trusty; urgency=medium

  [ 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.

  [ James Page ]
  * d/watch: Point to tarballs.openstack.org for release artifacts.

 -- Corey Bryant <corey.bryant@canonical.com>  Fri, 08 Aug 2014 11:21:47 -0400

cinder (1:2014.1.1-0ubuntu2) trusty-proposed; urgency=medium

  [ Corey Bryant <corey.bryant@canonical.com> ]
  * 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.

  [ Jamie Strandboge <jamie@ubuntu.com> ]
  * SECURITY UPDATE: specify /etc/cinder/rootwrap.conf for use with
    cinder-rootwrap
    - CVE-2013-1068 (LP: #1185019)

 -- Jamie Strandboge <jamie@ubuntu.com>  Wed, 18 Jun 2014 13:05:17 -0500

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

  * New upstream release (LP: #1299010).
  * debian/patches/fixup-rbd-str-handling.patch: Dropped no longer needed. 
  * debian/patches/fix-requirements.patch: Rediffed. 
  * debian/control: Add python-oslo.messaging.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 28 Mar 2014 09:48:21 -0400

cinder (1:2014.1~b3-0ubuntu3) trusty; urgency=medium

  * d/p/fixup-rbd-str-handling.patch: Cherry pick fix from upstream
    Gerrit to resolve issue deleting Ceph volumes and snapshots
    (LP: #1292433).
  * d/control,rules: Use upstream run_tests.sh wrapper to execute unit tests,
    add subunit to BD's to ensure output is correctly formatted.

 -- James Page <james.page@ubuntu.com>  Fri, 14 Mar 2014 11:19:16 +0000

cinder (1:2014.1~b3-0ubuntu2) trusty; urgency=medium

  * d/cinder-common.postinst: Correct use of getent (LP: #1224275). 
  * d/cinder-common.postinst: Tidy detection of local sqlite database use
    for db sync operations (LP: #1290423).

 -- James Page <james.page@ubuntu.com>  Thu, 13 Mar 2014 10:11:20 +0000

cinder (1:2014.1~b3-0ubuntu1) trusty; urgency=medium

  [ Chuck Short ]
  * debian/patches/fix-requirements.patch: Refreshed. 
  * debian/control: Bump python-keystoneclient to 0.4.2.
  * debian/patches/skip-tests.patch: Temporarily skip
    testlefthand tests since the needed python library hasnt been 
    packaged yet.

  [ James Page ]
  * d/p/fix-requirements.patch: Refreshed.
  * d/control,d/p/series/skip-tests.patch: Add BD on python-hplefthandclient,
    bump version requirement on python-hp3parclient to >= 3.0.0 and drop
    patch that skips hplefthandclient tests.

  [ Corey Bryant ]
  * New upstream release.

 -- Corey Bryant <corey.bryant@canonical.com>  Thu, 06 Mar 2014 13:16:02 -0500

cinder (1:2014.1~b2-0ubuntu1) trusty; urgency=low

  [ James Page ]
  * d/control: Add versioned dependency python-six >= 1.4.1 (LP: #1259203). 
  * d/p/*: Refreshed.

  [Chuck Short]
  * New upstream release.
  * debian/control: Add python-taskflow as a dependency.
  * debian/control: Add python-oslo.rootwrap as a dependency.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 23 Jan 2014 12:41:54 -0500

cinder (1:2014.1~b1-0ubuntu1) trusty; urgency=low

  [ Chuck Short ]
  * New upstream release.
  * debian/control:
    - Open icehouse release.
    - Add python-rtslib as a dependency.
  * debian/patches/fix-sqlalchemy-requirements.patch: Dropped no longer needed.
  * debian/patches/fix-babel-requirements.patch: Dropped no longer needed.
  * debian/paches/fix-requirements.patch:  Fixed up requirements.txt for 
    dependencies we have in Ubuntu.
  * debian/cinder-common.install: Add "cinder-rtstool".

  [ James Page ]
  * debian/patches/*: Refresh.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 05 Dec 2013 21:30:40 -0500

cinder (1:2013.2-0ubuntu1) saucy; urgency=low

  * New upstream release (LP: #1236462).

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 17 Oct 2013 10:00:43 -0400

cinder (1:2013.2~rc3-0ubuntu1) saucy; urgency=low

  * New upstream release candidate (LP: #1240254).

 -- James Page <james.page@ubuntu.com>  Wed, 16 Oct 2013 08:59:28 +0100

cinder (1:2013.2~rc2-0ubuntu1) saucy; urgency=low

  * New upstream release candidate (LP: #1239156). 

 -- James Page <james.page@ubuntu.com>  Sat, 12 Oct 2013 16:52:11 +0100

cinder (1:2013.2~rc1-0ubuntu1) saucy; urgency=low

  * New upstream release candidate.
  * debian/patches/skip-sqlachemy-failures.patch: Dropped
  * debian/patches/fix-sqlalchemy-requirements.patch: Refreshed.
  * debian/patches/fix-babel-requirements.patch: Revert dependency requirement
    for python-babel.
  * debian/control:
    - Dropped python-nose and python-setuptool-git.
    - Added python-netaddr as a build-dependency. (LP: #1227153)
    - Added python-six as a build-dependency.
    - Added versioned dependencies to python-pbr, python-amqplib,
      python-glanceclient, python-novaclient, and python-swiftclient,
      python-lxml, python-webob, python-oslo.config, python-sqlalchemy,
      python-fixtures, python-testtools, and python-fixtures
    - Bumped versioned dependencies for python-eventlet, python-hp3parclient,
      python-keystoneclient, and python-novaclient

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 04 Oct 2013 08:40:26 -0400

cinder (1:2013.2~b3-0ubuntu1) saucy; urgency=low

  [ James Page ]
  * d/control: Switch ceph-common -> python-ceph inline with upstream
    refactoring of Ceph RBD driver, move to Suggests of python-cinder.
    (LP: #1190791). 

  [ Adam Gandelman ]
  * debian/patches/avoid_paramiko_vers_depends.patch: Dropped, no longer
    required.
  * Add minimum requirement python-greenlet (>= 0.3.2).
  * Add minimum requirement python-eventlet (>= 0.12.0).
  * Add minimum requirement python-paramiko (>= 1.8).

  [ Chuck Short ]
  * New upstream release.
  * debian/patches/skip-sqlachemy-failures.patch: Skip testfailures
    with sqlalchemy 0.8 until they are fixed upstream.
  * debian/control: Add python-babel to build-depends.
  * debian/control: Add python-novaclient to build-depends.

 -- Chuck Short <zulcss@ubuntu.com>  Sun, 08 Sep 2013 21:09:46 -0400

cinder (1:2013.2~b2-0ubuntu3) saucy; urgency=low

  * debian/patches/fix-sqlalchemy-requirements.patch: Fix requirements for sqlalchemy
    0.8.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 22 Jul 2013 10:03:52 -0400

cinder (1:2013.2~b2-0ubuntu2) saucy; urgency=low

  * d/rules: Disable test parallel execution; causing FTBFS when high
    levels of concurrency occur on buildds. 

 -- James Page <james.page@ubuntu.com>  Sun, 21 Jul 2013 10:10:10 +0100

cinder (1:2013.2~b2-0ubuntu1) saucy; urgency=low

  [ Chuck Short ]
  * debian/patches/avoid_paramiko_vers_depends.patch: Refreshed
  * debian/control: Add missing testrepostory.
  * debian/rules: Use testr directly.

  [ Adam Gandelman ]
  * debian/control:
    - Add minimum requirement python-anyjson (>= 0.3.3).
    - Add minimum requirement python-keystoneclient (>= 0.2.3).
    - Add minimum requirement python-kombu (>= 2.5.12).

  [ James Page ]
  * New upstream release.
  * d/control: Update VCS fields for new branch locations.
  * d/rules: Run unit tests in parallel.

 -- James Page <james.page@ubuntu.com>  Fri, 19 Jul 2013 14:14:40 +0100

cinder (1:2013.2~b1-0ubuntu2) saucy; urgency=low

  [ Chuck Short ]
  * debian/patches/avoid_paramiko_vers_depends.patch: Refreshed

  [ Adam Gandelman ]
  * debian/control: Bump min. stevedore version >= 0.9.
 
  [Yolanda Robla]
  * debian/tests: Added autopkgtests.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 19 Jun 2013 12:45:18 -0500

cinder (1:2013.2~b1-0ubuntu1) saucy; urgency=low

  [ Chuck Short ]
  * New upstream version.
  * debian/patches/fix_cinder_dependencies.patch: Dropped.
  * debian/control: Bump standards version to 3.9.4.
  * debian/control: Add python-pbr and python-d2to1 to build-depends.
  * debian/control: Add python-testtools and python-fixtures to build-depends
  * debian/rules: Add work around to remove wonky setup.py setup
  * debian/cinder-common.install: Add cinder-rpc-zmq-receiver binary.

  [ James Page ]
  * debian/control: Drop surplus dependency on python-glance (LP: #1175600).
  * debian/control,rules: Drop dependency on pep8, don't run pep8 tests during
    package build process (its just way to late).
  * debian/control: Drop surplus BD on python-cheetah.

  [ Adam Gandelman ]
  * debian/patches/avoid_paramiko_vers_depends.patch: Avoid version
    requirement on paramiko.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 31 May 2013 10:01:03 -0500

cinder (1:2013.1-0ubuntu2) raring; urgency=low

  * debian/control: Bump minimum stevedore version 0.8.
    (LP: #1169730)

 -- Adam Gandelman <adamg@ubuntu.com>  Tue, 16 Apr 2013 14:38:46 -0700

cinder (1:2013.1-0ubuntu1) raring; urgency=low

  * New upstream release. 

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 05 Apr 2013 07:53:23 -0500

cinder (1:2013.1~rc3-0ubuntu1) raring; urgency=low

  * New upstream release. 

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 27 Mar 2013 07:51:21 -0500

cinder (1:2013.1~rc2-0ubuntu2) raring; urgency=low

  * debian/rules: Fix FTBFS, we want '-v' and not '-V'. 

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 25 Mar 2013 08:30:42 -0500

cinder (1:2013.1~rc2-0ubuntu1) raring; urgency=low

  * New upstream release.
  * debian/control, debian/cinder-volume.install: Dropped rtstool and python-rtslib
    since it was dropped upstream. 
  * debian/rules: Run tests more verbosely.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 25 Mar 2013 07:59:45 -0500

cinder (1:2013.1~rc1-0ubuntu1) raring; urgency=low

  [ Chuck Short ]
  * debian/patches/fix-ubuntu-tests.patch: Dropped.
  * debian/rules: Fix version number when building the testsuite. 
  * debian/cinder-backup{.install, upstart, logroate}: Add cinder-backup
    service.
  * debian/rules: Run the testsuite against PYTHONPATH.
  * debian/control: Update build-depends and run-time depends.
    - Dropped python-glance not needed.
    - Dropped python-cheetah not needed.
    - Droped python-daemon not needed.
    - Dropped python-netaddr not needed.
    - Renamed python-oslo-config to python-oslo.config.
    - Added python-keystoneclient to depends.
    - Added python-swiftclient to depends.
   * debian/pydist-overrides: No longer needed.

  [ James Page ]
  * New upstream release candidate.
  * d/watch: Update uversionmangle to deal with upstream versioning
    changes, remove tarballs.openstack.org.
  * d/cinder.conf: Set lock_path to /var/lock/cinder (default is not
    sensible).

 -- James Page <james.page@ubuntu.com>  Sat, 16 Mar 2013 09:30:20 +0000

cinder (2013.1.g3-0ubuntu1) raring; urgency=low

  [ Yolanda Robla Mota ]
  * d/control: Add BD on python-hp3parclient.
  * d/patches: Drop patches related to disabling hp3parclient.

  [ James Page ]
  * d/control: Add Suggests: python-hp3parclient for python-cinder.
  * d/control: Add BD on python-oslo-config.
  * d/*: Wrapped and sorted.

  [ Chuck Short ]
  * New upstream release.
  * debian/rules, debian/cinder-volumes.install: 
    - Fail if binaries are missing and install missing binaries.
  * debian/patches/fix-ubuntu-tests.patch: Fix failing tests.
  * debian/control: Add python-rtslib and python-mock.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 22 Feb 2013 10:45:17 -0600

cinder (2013.1~g2-0ubuntu2) raring; urgency=low

  * debian/patches/series: Enable skip_failed_tests to fix FTBFS. 

 -- Chris J Arges <chris.j.arges@canonical.com>  Tue, 15 Jan 2013 10:10:28 -0600

cinder (2013.1~g2-0ubuntu1) raring; urgency=low

  [ Chuck Short ]
  * New upstream release. 
  * debian/patches/avoid_setuptools_git_dependency.patch: Rediff
    due to upstream changes.
  * debian/control: Add python-keystoneclient as a dependency

  [ James Page ]
  * Improve upstart configurations:
    - d/*.upstart: Switch to using start-stop-daemon instead of su,
      stop on [!2345] to catch all transitions.
  * d/control: General tidy of package descriptions.
  * d/control: Drop BD on python-all-dev as its not required.
  * d/*.postrm: Dropped; update-rc.d calls for purge are handled by
    debhelper and are not require for upstart configurations.

  [ Yolanda Robla Mota ]
  * d/patches: removing hp3parclient dependency from tools/test-requires
  * d/patches, d/control: adding stevedore dependency, merging deps patches
  * d/patches: remove failing tests

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 11 Jan 2013 07:33:57 -0600

cinder (2013.1~g1-0ubuntu1) raring; urgency=low

  * New upstream release.
  * debian/patches/avoid_setuptools_git_dependency.patch:
    Avoid git installation. (LP: #1075948) 

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 23 Nov 2012 08:39:28 -0600

cinder (2013.1~g1~20121101.361-0ubuntu1) raring; urgency=low

  [ Adam Gandelman ]
  * New upstream release.
  * debian/patches/0001-Replace-builtin-hash.patch: Dropped.

  [ James Page ]
  * Cinder should suggest ceph-common, not python-ceph (LP: #1065901):
    - debian/control: cinder-volume Suggests: python-ceph -> ceph-common

 -- Adam Gandelman <adamg@canonical.com>  Thu, 01 Nov 2012 11:30:15 +0100

cinder (2012.2-0ubuntu2) quantal; urgency=low

  * debian/cinder_tgt.conf: Add missing configuration file. (LP: #1064366) 
  * debian/README.Debian: Added note about migration from nova-volume
    to cinder-volume.

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 09 Oct 2012 08:26:21 -0500

cinder (2012.2-0ubuntu1) quantal; urgency=low

  * New upstream release. 
  * debian/cinder-volume.postinst, debian/cinder-common.dirs,
    debian/cinder.conf: Properly configure tgtd to be used with cinder.
  * debian/pydist-overrides: Dont try to install babel.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 27 Sep 2012 11:32:27 -0500

cinder (2012.2~rc3-0ubuntu1) quantal; urgency=low

  * New upstream release.
  * debian/patches/0001-Replace-builtin-hash-with-MD5-to-solve-32-64-bit-iss.patch:
    Fix FTBFS.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 26 Sep 2012 14:07:35 -0500

cinder (2012.2~rc2-0ubuntu1) quantal; urgency=low

  [ Adam Gandelman ]
  * debian/control: Add python-mysqldb to python-cinder Depends.

  [ Chuck Short ]
  * New upstream release
  * debian/rules: Fail to build if the testsuite doesnt pass.

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 25 Sep 2012 10:17:21 -0500

cinder (2012.2~rc1-0ubuntu1) quantal; urgency=low

  [ Adam Gandelman ]
  * debian/control: Add lvm2 + tgt as a Dependency of cinder-volume.
  * debian/cinder-volume.{dirs, postinst}:
        - Create /var/lib/cinder/volumes (LP: #1047059)
        - chmod 0600, not chown.
  * debain/cinder-scheduler.postinst: Drop.
  * debian/cinder.conf: Fix defaults.
  * debian/*.upstart: Specify --log-file.
  * debian/*.logrotate: Update.
  * Only rootwrap filters with the packages that need them (cinder-volume).
  * Ensure /etc/cinder/rootwrap.d/ is only writable by root, ensure
    those permissions on /etc/cinder/rootwrap.conf and individual filter
    configurations.

  [ Chuck Short ]
  * New upstream version.
  * debian/control: Add python-ceph as a suggests

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 18 Sep 2012 14:24:45 -0500

cinder (2012.2~rc1~20120907.230-0ubuntu4) quantal; urgency=low

  [Chuck Short]
  * New upstream version.
  * debian/cinder.conf: Fix path for cinder-rootwrap. (LP: #1045438) 
  * debian/control: Add python-glanceclient as a dep. 
  * debian/cinder-common.postinst: Fix chmod thinko.
  * debian/*.upstart: Specify the configuration files.

  [Soren Hansen]
  * Update debian/watch to account for symbolically named tarballs and
    use newer URL.
  * Fix Launchpad URLs in debian/watch.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 07 Sep 2012 11:27:55 -0500

cinder (2012.2~f3-0ubuntu3) quantal; urgency=low

  * debian/cinder.conf: Re-add sql_connection and set it to sqllite.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 22 Aug 2012 20:14:41 -0500

cinder (2012.2~f3-0ubuntu2) quantal; urgency=low

  * debian/cinder.conf: Get rid of deprecated warnings.
    (LP: #1036240) 

 -- Chuck Short <zulcss@ubuntu.com>  Sun, 19 Aug 2012 13:36:22 -0500

cinder (2012.2~f3-0ubuntu1) quantal; urgency=low

  * New upstream version.
  * debian/patches/0001-Use-setuptools-git.patch: Dropped
  * debian/control: Add python-glanceclient

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 17 Aug 2012 10:18:57 -0500

cinder (2012.2~f3~20120809.102-0ubuntu2) quantal; urgency=low

  * debian/cinder.conf, cinder-common.install: Use rootwrap.conf. (LP: #1036240) 
  * debian/control: Drop python-babel.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 13 Aug 2012 14:14:31 -0500

cinder (2012.2~f3~20120809.102-0ubuntu1) quantal; urgency=low

  [ Adam Gandelman ]
  * debian/control: Add python-setuptools dependency.
  * debian/cinder-common.postinst: Fix syntax errors, fix permissions.
  * debian/cinder-common.dirs: Correct, etc/nova -> etc/cinder.
  * debian/{cinder_sudoers, rules, cinder-common.install}: Install proper
    cinder_sudoers.
  * debian/cinder-*.upstart: Close quotes, replace 'nova' references with
    'cinder'.
  * debian/cinder.conf: Specify correct sql_connection.
  * debian/cinder-scheduler.postinst: Added.  Migrate local databases only.

  [ Chuck Short ]
  * debian/*.upstart: Fix upstart jobs to run with right interfaces.
    (LP: #1030197)
  * debian/control: Drop python-babel, python-nosexcover
  * debian/control: Add python-mox, pep8
  * debian/rules: Re-add get-orig-source
  * debian/rules: Enable testsuite.
  * debian/cinder.conf: Update config file.
  * debian/cinder-{api,volumes,scheduler}.manpages: Add manpages.
  * New upstream version.
  * debian/rules: Don't run pep8 tests
  * debian/patches/0001-Use-setuptools-git.patch: Cleanup manifest
  * debian/control: Add python-setuptools-git
  * debian/control: Add section for python-cinder
  * fix lintian warnings and errors.
  * debian/cinder-common.install: Remove clear_rabbit_queues since it
    will conflict with nova installed.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 10 Aug 2012 12:05:11 -0500

cinder (2012.2~f1~20120503.2-0ubuntu1) quantal; urgency=low

  * Initial release.

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 22 May 2012 09:57:46 -0400
