cinder/cinder/keymgr
Brianna Poulos 02f2b996bf Adds barbican keymgr wrapper
Adds a barbican keymgr wrapper to the key manager interface in
cinder.  This allows barbican to be configured as the key manager
for encryption keys in cinder.  The wrapper translates calls from
the existing key manager interface to python-barbicanclient.

There are two new configuration variables: encryption_auth_url
(the authentication URL for the encryption service) and
encryption_api_url (the api URL for the encryption service).

Change-Id: Ifd0d9b073d7f1c3c92d318c20a080b253008b50c
Implements: blueprint encryption-with-barbican
DocImpact
2014-08-18 09:38:57 -04:00
..
__init__.py Remove vim header 2013-12-30 18:53:02 -06:00
barbican.py Adds barbican keymgr wrapper 2014-08-18 09:38:57 -04:00
conf_key_mgr.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
key.py Remove vim header 2013-12-30 18:53:02 -06:00
key_mgr.py Adds barbican keymgr wrapper 2014-08-18 09:38:57 -04:00
not_implemented_key_mgr.py Remove vim header 2013-12-30 18:53:02 -06:00