cinder/cinder/keymgr
Victor Stinner 52f62c31f7 Port key manager to Python 3
* Replace text.decode('hex') with binascii.unhexlify(text)
* test_barbican: base64 string is a bytes string
* tests-py3.txt: add keymgr tests

Partial-Implements: blueprint cinder-python3
Change-Id: Icc19fa354603857b259458b858e27c5bdd600360
2015-11-24 20:58:32 +01:00
..
__init__.py Move oslo.utils to oslo_utils namespace 2015-01-19 21:50:34 -06:00
barbican.py encryption_api_url requires a version 2015-10-13 18:26:05 +00:00
conf_key_mgr.py Port key manager to Python 3 2015-11-24 20:58:32 +01:00
key.py Remove vim header 2013-12-30 18:53:02 -06:00
key_mgr.py Missing configuration opts from cinder.sample.conf 2015-09-24 13:08:25 -05:00
not_implemented_key_mgr.py Fix multi-line docstrings to meet hacking rules 2015-07-30 11:34:16 -05:00