]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixes bug to allow for encrypted volume deletion
authorKaitlin Farr <Kaitlin.Farr@jhuapl.edu>
Fri, 30 Aug 2013 19:38:38 +0000 (15:38 -0400)
committerKaitlin Farr <kaitlin.farr@jhuapl.edu>
Fri, 30 Aug 2013 19:57:49 +0000 (15:57 -0400)
commit99c7a3679f2bf49de0417c381826c32d8778dad6
tree724a8a905efb8a6568807db64e0c783b070dc0fb
parentb2754568bf6f8e44a73559e70727db281be01e92
Fixes bug to allow for encrypted volume deletion

delete_key in cinder/volume/api.py was called with incorrect parameters.
The error prevented encrypted volumes from being deleted, but the fix
has been applied and unittests written to prove the functionality.

Change-Id: I3b93da84f97efe2a3afa057907bbfa10336eb9de
Implements: blueprint encrypt-cinder-volumes
cinder/tests/test_volume.py
cinder/volume/api.py