cinder/cinder
Haomai Wang a80003cd49 Remove usage of locals() for formatting from cinder.volume.*
Using of locals() for formatting string is a nasty thing because:
1) It is not so clear as using explicit dicts
2) It could produce hidden errors during refactoring
3) Changing name of variable causes change in message
4) Creating a lot of unused variables

Fix bug 1171936

Change-Id: I806c530851527db9da251352be45b97c183241a8
2013-06-16 23:59:29 +08:00
..
api Merge "Use Python 3.x compatible except: construct" 2013-06-15 00:40:55 +00:00
backup Replace FLAGS with cfg.CONF in other modules, unless tests 2013-06-13 13:11:36 +04:00
brick Replace FLAGS with cfg.CONF in other modules, unless tests 2013-06-13 13:11:36 +04:00
common Sync latest cfg and log from oslo-incubator 2013-02-18 07:42:51 +00:00
compute Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
db Use Python 3.x compatible except: construct 2013-06-14 23:26:00 +02:00
image Replace utils.to_bytes() with strutils.to_bytes() 2013-06-14 09:46:38 +08:00
locale Imported Translations from Transifex 2013-06-14 18:10:15 +00:00
openstack Replace utils.to_bytes() with strutils.to_bytes() 2013-06-14 09:46:38 +08:00
scheduler Use Python 3.x compatible except: construct 2013-06-14 23:26:00 +02:00
testing Use nose and openstack nose plugin. 2013-03-07 14:14:08 -05:00
tests Use Python 3.x compatible except: construct 2013-06-14 23:26:00 +02:00
transfer Replace FLAGS with cfg.CONF in other modules, unless tests 2013-06-13 13:11:36 +04:00
volume Remove usage of locals() for formatting from cinder.volume.* 2013-06-16 23:59:29 +08:00
__init__.py Remove gettext.install() from cinder/__init__.py 2013-05-13 18:45:25 +08:00
context.py Sync latest cfg and log from oslo-incubator 2013-02-18 07:42:51 +00:00
exception.py Replace FLAGS with cfg.CONF in other modules, unless tests 2013-06-13 13:11:36 +04:00
flags.py Allow disabling ssl compression for glance client 2013-06-11 14:18:12 +00:00
manager.py Replace FLAGS with cfg.CONF in other modules, unless tests 2013-06-13 13:11:36 +04:00
policy.py Replace FLAGS with cfg.CONF in other modules, unless tests 2013-06-13 13:11:36 +04:00
quota.py Replace FLAGS with cfg.CONF in other modules, unless tests 2013-06-13 13:11:36 +04:00
service.py Replace FLAGS with cfg.CONF in other modules, unless tests 2013-06-13 13:11:36 +04:00
test.py Fix up the test framework 2013-06-14 14:02:17 +00:00
units.py Make NFS share selection more intelligent. 2013-05-23 12:23:26 -07:00
utils.py Merge "Use Python 3.x compatible except: construct" 2013-06-15 00:40:55 +00:00
version.py Use pbr instead of openstack.common.setup. 2013-05-11 16:20:19 -04:00
wsgi.py Use Python 3.x compatible except: construct 2013-06-14 23:26:00 +02:00