cinder/cinder/tests/keymgr
Brianna Poulos 7dac025cbc Add project_id to barbican keymgr wrapper
Currently, the barbican keymgr wrapper does not provide the project_id
to barbican.  As a result, all key operations done in cinder with a
barbican backend are stored in the barbican database with a NULL
external project_id.

This patch adds the project_id to the auth plugin created using the
auth token, so that barbican has access to the project_id and uses
the external project_id with all key operations.

Change-Id: Ia5f6cdd5177893d2f13f181e1ced278d49f9d910
Closes-Bug: #1421795
2015-03-10 11:22:52 -04:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
fake.py Remove vim header 2013-12-30 18:53:02 -06:00
mock_key_mgr.py Move generate_password into volume utils 2014-07-30 09:53:18 -04:00
test_barbican.py Add project_id to barbican keymgr wrapper 2015-03-10 11:22:52 -04:00
test_conf_key_mgr.py Move oslo.config to oslo_config namespace 2015-01-17 10:33:37 -06:00
test_key_mgr.py Remove vim header 2013-12-30 18:53:02 -06:00
test_key.py Enable checks for E711, E712 and E713 2014-08-01 14:34:47 +02:00
test_mock_key_mgr.py Remove vim header 2013-12-30 18:53:02 -06:00
test_not_implemented_key_mgr.py Remove vim header 2013-12-30 18:53:02 -06:00