cinder/cinder
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
..
api CG API should return volume type IDs 2015-11-23 23:09:02 -08:00
backup Merge "Check specific driver enabled in create_backup" 2015-11-18 01:29:18 +00:00
brick Add LC_ALL=C to lvcreate, lvextend and pvresize 2015-11-05 18:43:31 +01:00
cmd Fix debug output for cinder-volume-usage-audit 2015-11-20 17:13:56 +00:00
common Merge "Don't use default=None for config options" 2015-11-08 05:48:44 +00:00
compute Don't use default=None for config options 2015-11-07 23:20:39 +00:00
config Downstream Fix for Genconfig 2015-11-13 12:36:21 -06:00
consistencygroup CGSnapshot Object 2015-10-19 14:37:39 +02:00
db Merge "Retry on database deadlock on service_update method" 2015-11-24 05:00:32 +00:00
hacking Merge "Port cinder.hacking to Python 3" 2015-11-09 00:22:40 +00:00
image Fix the bug of OSError when convert image 2015-11-23 22:44:39 +08:00
keymgr Port key manager to Python 3 2015-11-24 20:58:32 +01:00
locale Imported Translations from Zanata 2015-11-23 06:42:00 +00:00
objects Move get_by_id to CinderObject 2015-11-20 14:34:21 +01:00
openstack Move oslo-incubator's scheduler module to cinder 2015-11-24 15:49:31 +01:00
replication Use oslo.log instead of oslo-incubator 2015-03-11 21:45:04 -05:00
scheduler Move oslo-incubator's scheduler module to cinder 2015-11-24 15:49:31 +01:00
testing
tests Port key manager to Python 3 2015-11-24 20:58:32 +01:00
transfer Port volume transfer to Python 3 2015-09-01 13:11:13 +02:00
volume Merge "Fix metadata retrieval in GPFS driver" 2015-11-24 19:10:18 +00:00
wsgi Don't use default=None for config options 2015-11-07 23:20:39 +00:00
zonemanager Use oslo_config new type PortOpt for port options 2015-11-11 09:52:30 +08:00
__init__.py
context.py Don't use default=None for config options 2015-11-07 23:20:39 +00:00
exception.py Change default Exception code to 500 2015-10-13 11:52:47 -04:00
flow_utils.py Refactoring of manager's create_volume flow 2015-07-24 11:19:09 +02:00
i18n.py Remove unused gettextutils from oslo-incubator 2015-10-16 15:22:49 -05:00
manager.py Merge "Enhance deletion efficiency when backup init host" 2015-08-30 12:57:46 +00:00
opts.py Add check_uptodate.sh --checkopts to "pep8" 2015-11-20 09:23:20 -05:00
policy.py adds user_id to check_is_admin 2015-08-25 04:46:18 -07:00
quota.py Cinder Nested Quota Driver 2015-08-26 12:00:15 -07:00
quota_utils.py Use project id from volume when retyping volumes 2015-10-15 15:20:28 +00:00
rpc.py Cleanup orphaned code from cinder root directory 2015-10-01 15:19:15 -05:00
service.py Use oslo_config new type PortOpt for port options 2015-11-11 09:52:30 +08:00
ssh_utils.py Fix Python 3 issues in utils 2015-06-15 10:29:22 +02:00
test.py Move get_by_id to CinderObject 2015-11-20 14:34:21 +01:00
utils.py Port cinder.utils.monkey_patch() to Python 3 2015-11-08 21:40:17 +01:00
version.py