Files
nova/doc/source
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
..
2012-07-11 15:30:42 -07:00
2012-07-11 15:30:42 -07:00
2013-02-26 19:15:29 -05:00
2013-02-26 19:15:29 -05:00