]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add update support to volume type encryption
authorBrianna Poulos <Brianna.Poulos@jhuapl.edu>
Mon, 18 Nov 2013 23:04:15 +0000 (18:04 -0500)
committerBrianna Poulos <Brianna.Poulos@jhuapl.edu>
Tue, 4 Feb 2014 18:12:50 +0000 (13:12 -0500)
commit63385d3c4dcfb725222ffd2a854f421581596fa8
treed828e39a5327e0c478d7bf0ac7f1f0b32295b644
parent4e04f12ace3077c5fd1e3cd09435501766e24ef1
Add update support to volume type encryption

This patch adds update support to the Volume Type Encryption API
Extension.  It allows the updating of volume type encryption for
a given volume type as long as no volumes are currently in use
with that volume type.

Change-Id: If5f9ef792626e7dfaf82365bb6838b964f8238ae
Implements: blueprint encrypt-cinder-volumes
https://blueprints.launchpad.net/nova/+spec/encrypt-cinder-volumes
cinder/api/contrib/volume_type_encryption.py
cinder/db/api.py
cinder/db/sqlalchemy/api.py
cinder/exception.py
cinder/tests/api/contrib/test_volume_type_encryption.py
cinder/tests/test_db_api.py
cinder/tests/test_volume.py
cinder/tests/test_volume_types.py