nova/nova/compute
Takashi NATSUME 4eb89c206e Add a hacking rule for string interpolation at logging
String interpolation should be delayed to be handled
by the logging code, rather than being done
at the point of the logging call.
So add the following hacking rule for it.

- [N354] String interpolation should be delayed at logging calls.

See the oslo i18n guideline.

* http://docs.openstack.org/developer/oslo.i18n/guidelines.html

Change-Id: Ief6d3ee3539c0857098fffdb7acfeec3e0fed6eb
Closes-Bug: #1596829
2016-10-11 08:39:48 +00:00
..
monitors Fix invalid import order 2016-07-04 11:23:52 +05:30
__init__.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api.py Add a hacking rule for string interpolation at logging 2016-10-11 08:39:48 +00:00
arch.py Add amd64 to arch.canonicalize() 2014-09-08 08:08:00 -07:00
build_results.py Compute Add build_instance hook in compute manager 2014-12-04 10:12:00 -05:00
cells_api.py Nova shelve creates duplicated images in cells 2016-09-13 09:36:08 +09:00
claims.py Fix drop_move_claim() on revert resize 2016-10-06 18:13:42 +00:00
cpumodel.py Add VirtCPUModel nova objects 2015-02-09 10:26:10 +11:00
flavors.py Replace uuid4() with generate_uuid() from oslo_utils 2016-09-23 14:39:09 +05:30
hv_type.py Add 'lxd' to the list of recognized hypervisors 2015-11-17 08:56:20 +00:00
instance_actions.py Report instance-actions for live migration force complete API 2016-03-10 15:02:35 +00:00
manager.py Add a hacking rule for string interpolation at logging 2016-10-11 08:39:48 +00:00
power_state.py Removed enum duplication from nova.compute 2016-09-02 07:30:44 +00:00
resource_tracker.py Merge "Fix drop_move_claim() on revert resize" 2016-10-07 16:13:34 +00:00
rpcapi.py Move cell message queue switching and add caching 2016-08-31 22:33:17 +00:00
stats.py Address nits in I83a5f06ad 2016-03-09 13:19:59 +00:00
task_states.py Removed enum duplication from nova.compute 2016-09-02 07:30:44 +00:00
utils.py Transform instance.delete notifications 2016-06-30 16:54:51 +02:00
vm_mode.py Convert nova.compute.* to use instance dot notation 2015-02-25 17:21:36 -05:00
vm_states.py Removed enum duplication from nova.compute 2016-09-02 07:30:44 +00:00