nova/nova/api/metadata
Boris Pavlovic 2dce8c92f6 Remove usage of locals() for formatting from nova.api.*
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

fixes bug 1171936
Change-Id: I293d7ebb875f65cce322d4938d1ae323f3aded8d
2013-05-18 00:04:17 +04:00
..
__init__.py Update OpenStack LLC to Foundation 2013-02-26 19:15:29 -05:00
base.py Rename nova.compute.instance_types to flavors 2013-05-07 21:41:19 +00:00
handler.py Remove usage of locals() for formatting from nova.api.* 2013-05-18 00:04:17 +04:00
password.py Refactor server password metadata to avoid direct db usage 2013-02-05 14:00:51 -05:00