
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
36 lines
628 B
Plaintext
36 lines
628 B
Plaintext
pbr>=0.6,!=0.7,<1.0
|
|
anyjson>=0.3.3
|
|
argparse
|
|
Babel>=1.3
|
|
eventlet>=0.13.0
|
|
greenlet>=0.3.2
|
|
iso8601>=0.1.9
|
|
keystonemiddleware>=1.0.0
|
|
kombu>=2.4.8
|
|
lxml>=2.3
|
|
netaddr>=0.7.6
|
|
oslo.config>=1.2.1
|
|
oslo.db>=0.2.0
|
|
oslo.messaging>=1.3.0
|
|
oslo.rootwrap>=1.3.0.0a1
|
|
paramiko>=1.13.0
|
|
Paste
|
|
PasteDeploy>=1.5.0
|
|
pycrypto>=2.6
|
|
python-barbicanclient>=2.1.0
|
|
python-glanceclient>=0.13.1
|
|
python-novaclient>=2.17.0
|
|
python-swiftclient>=2.0.2
|
|
requests>=1.1
|
|
Routes>=1.12.3,!=2.0
|
|
taskflow>=0.3,<0.4
|
|
rtslib-fb>=2.1.39
|
|
six>=1.7.0
|
|
SQLAlchemy>=0.8.4,!=0.9.5,<=0.9.99
|
|
sqlalchemy-migrate>=0.9.1
|
|
stevedore>=0.14
|
|
suds>=0.4
|
|
WebOb>=1.2.3
|
|
wsgiref>=0.1.2
|
|
oslo.i18n>=0.1.0
|