neutron/neutron/plugins/openvswitch
Angus Lees ff03b268f7 ovs_dvr: Use lazy logging interpolation
There are a small number of examples of "eager" interpolation in
neutron:
  logging.debug("foo %s" % arg)

These should be converted to perform the interpolation lazily within
the logging function, since if the severity is below the logging level
then the interpolation can be skipped entirely.

This change addresses all such examples found in ovs agent via a pylint
test.  Other occurrences are addressed elsewhere.

Change-Id: Ie215f33818cc5c16e570ace4c750df5371d27e09
Partial-Bug: #1404788
2014-12-31 03:26:52 +00:00
..
agent ovs_dvr: Use lazy logging interpolation 2014-12-31 03:26:52 +00:00
common Merge "openvswitch/ofagent: Remove OVS.enable_tunneling option" 2014-12-18 09:47:24 +00:00
README remove openvswitch plugin 2014-10-01 21:16:27 -07:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ovs_models_v2.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00

README

The Open vSwitch (OVS) Neutron plugin has been removed and replaced by ML2. You
must run the migration manually to upgrade to Juno.

See neutron/db/migration/migrate_to_ml2.py