nova/nova/keymgr
Dan Prince 2f43ba83b6 Wire in ConfKeyManager._generate_hex_key!
Rename _get_hex_key to _generate_hex_key so that this
key manager works with the super class it extends.

In making this change we also need to initialize the hex key
in the constructor before initializing the super class. Not
doing so causes test failures.

Fixes bug: 1224602

Change-Id: I9a6bd9bf96bf74a08e607af811ebbe9622b994f3
2013-09-13 07:08:51 -04:00
..
__init__.py Drop unused logger from keymgr/__init__.py 2013-09-13 07:08:51 -04:00
conf_key_mgr.py Wire in ConfKeyManager._generate_hex_key! 2013-09-13 07:08:51 -04:00
key.py Add key manager implementation with static key 2013-09-11 06:43:13 -04:00
key_mgr.py Synchronize the key manager interface with Cinder 2013-09-05 09:12:26 -04:00
mock_key_mgr.py Move required keymgr classes out of nova/tests 2013-09-13 07:08:16 -04:00
not_implemented_key_mgr.py Synchronize the key manager interface with Cinder 2013-09-05 09:12:26 -04:00
single_key_mgr.py Move required keymgr classes out of nova/tests 2013-09-13 07:08:16 -04:00