nova/nova/api
Matt Riedemann 1e2abd61d2 Remove usage of self.__dict__ for message var replacement
This is the same as using locals() for variable replacement in a log
message which violates hacking rule H501.  On Cinder this actually
caused the cinder-api process to hang on python 2.6.

Nova has the same code so this fixes the hacking violation.

Note that the H501 rule was updated in commit 55e96ee but it's not in a
released version of hacking yet (and won't be in time for Juno).

Closes-Bug: #1365901

Change-Id: I1be0db327a2fa1e866328eecd2e7c3dd3ee3cc93
(cherry picked from commit 59576bc734)
2015-01-20 16:51:27 +00:00
..
ec2 Fixes missing ec2 api address disassociate error on failure 2014-10-03 14:10:40 +09:30
metadata Avoid possible timing attack in metadata api 2014-07-23 12:45:06 +10:00
openstack Remove usage of self.__dict__ for message var replacement 2015-01-20 16:51:27 +00:00
validation Enable flake8 H404 checking 2014-02-27 11:15:55 +04:00
__init__.py Remove unused copyright from nova.api.__init__ 2014-01-10 16:24:50 +08:00
auth.py Remove vi modelines 2014-02-03 14:19:44 +00:00
manager.py Remove vi modelines 2014-02-03 14:19:44 +00:00
sizelimit.py Enable flake8 H404 checking 2014-02-27 11:15:55 +04:00
validator.py Remove @author from copyright statements. 2014-02-12 05:17:10 +11:00