neutron/neutron/extensions
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 Removing vim header lines 2014-04-01 10:38:31 -04:00
agent.py Throw exception instances instead of classes 2014-09-07 12:56:30 +04:00
allowedaddresspairs.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
dhcpagentscheduler.py Fixed audit notifications for dhcp-agent-network 2014-07-17 07:35:08 -07:00
dvr.py L2 Model additions to support DVR 2014-07-17 07:53:14 -07:00
external_net.py Rename qexception->nexception 2015-01-12 13:56:46 -08:00
extra_dhcp_opt.py Support Extra DHCP Options for IPv4 and IPv6 2015-01-29 18:07:09 +08:00
extraroute.py Merge "Rename qexception->nexception" 2015-01-14 18:59:32 +00:00
flavor.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
l3.py Remove VPN specific exception 2015-02-06 21:06:24 -08:00
l3_ext_gw_mode.py Allow reading a tenant router's external IP 2014-10-01 06:55:27 -07:00
l3_ext_ha_mode.py Typos fixed 2015-02-10 13:28:17 -08:00
l3agentscheduler.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
metering.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
multiprovidernet.py Rename qexception->nexception 2015-01-12 13:56:46 -08:00
portbindings.py Opencontrail plug-in implementation for core resources 2014-08-12 07:53:19 -07:00
portsecurity.py Rename qexception->nexception 2015-01-12 13:56:46 -08:00
providernet.py Refactor ml2 manager 2015-02-02 08:53:32 -08:00
quotasv2.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
routerservicetype.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
securitygroup.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
servicetype.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00