]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adds barbican keymgr wrapper
authorBrianna Poulos <Brianna.Poulos@jhuapl.edu>
Wed, 2 Jul 2014 20:43:51 +0000 (16:43 -0400)
committerBrianna Poulos <Brianna.Poulos@jhuapl.edu>
Mon, 18 Aug 2014 13:38:57 +0000 (09:38 -0400)
commit02f2b996bfd7e5bff8d92a0c49ab100c833df068
treed3083f2d59b0672c17de99d31e70708c20234e0e
parent4b973e90e099d7ab66d3c10de2c32506d68e9f6c
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
cinder/keymgr/barbican.py [new file with mode: 0644]
cinder/keymgr/key_mgr.py
cinder/tests/keymgr/test_barbican.py [new file with mode: 0644]
etc/cinder/cinder.conf.sample
requirements.txt