diff options
author | Joel Coffman <joel.coffman@jhuapl.edu> | 2013-09-05 09:12:26 -0400 |
---|---|---|
committer | Joel Coffman <joel.coffman@jhuapl.edu> | 2013-09-05 09:12:26 -0400 |
commit | 9469565689d341c5940286cc0ec09e4621669ff5 (patch) | |
tree | 6c32c01ef66f8e4dba80e6ffeaacf1851137cd85 /etc | |
parent | b5181d73dcf322c6c63afc65166d7ae38f91fbec (diff) | |
download | nova-9469565689d341c5940286cc0ec09e4621669ff5.tar.gz |
Synchronize the key manager interface with Cinder
This change synchronizes the key manager interface with code that
has been accepted by Cinder. The default key manager (i.e.,
NotImplementedKeyManager) raises NotImplementedError for all
operations. A copy_key method has also been added to the key
manager interface so that keys may be deleted when the objects
that they encrypt (e.g., a volume) are deleted.
Implements blueprint encrypt-cinder-volumes
Change-Id: Ie9ab9578402e87338b6a4bd413bb9f875d3b3eb6
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nova/nova.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample index cbe43a1e5a..aecbfa9a24 100644 --- a/etc/nova/nova.conf.sample +++ b/etc/nova/nova.conf.sample @@ -977,7 +977,7 @@ # The full class name of the key manager API class (string # value) -#keymgr_api_class=nova.keymgr.key_mgr.KeyManager +#keymgr_api_class=nova.keymgr.not_implemented_key_mgr.NotImplementedKeyManager # |