neutron/neutron/common
Ihar Hrachyshka 22328baf1f Migrate to oslo.log
It's mostly a matter of changing imports to a new location.

Non-obvious changes needed:
* pass overwrite= argument to oslo_context since oslo.log reads context
  from its thread local store and not local.store from incubator
* don't store context at local.store now that there is no code that
  would consume it
* LOG.deprecated() -> versionutils.report_deprecated_feature()
* dropped LOG.audit check from hacking rule since now the method does
  not exist
* WritableLogger is now located in oslo_log.loggers

Dropped log module from the tree. Also dropped local module that is now
of no use (and obsolete, as per oslo team).

Added versionutils back to openstack-common.conf since now we use the
module directly from neutron code and not just as a dependency of some
other oslo-incubator module.

Note: tempest tests are expected to be broken now, so instead of fixing
all the oslo.log related issues for the subtree in this patch, I only
added TODOs with directions for later fix.

Closes-Bug: #1425013
Change-Id: I310e059a815377579de6bb2aa204de168e72571e
2015-03-12 11:22:56 +01:00
..
__init__.py Update License Headers to replace Nicira with VMware 2014-02-27 08:11:15 +00:00
config.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
constants.py Stop using RPC namespace to unbreak rolling upgrades 2015-03-11 22:16:16 -04:00
exceptions.py Merge "Add InvalidIpForNetwork and InvalidIpForSubnet exception" 2015-03-05 21:15:29 +00:00
ipv6_utils.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
log.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
repos.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
rpc.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
test_lib.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
topics.py RPC additions to support DVR 2014-07-17 11:45:45 -07:00
utils.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00