neutron/neutron/plugins/cisco
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
..
common Remove remaining root_helper args from plugins 2015-02-13 09:01:59 -06:00
db Migrate to oslo.log 2015-03-12 11:22:56 +01:00
extensions Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
models Migrate to oslo.log 2015-03-12 11:22:56 +01:00
n1kv Migrate to oslo.log 2015-03-12 11:22:56 +01:00
service_plugins Vendor decomposition to move CSR1000v support to the networking-cisco repo 2015-03-05 14:02:08 -08:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
l2device_plugin_base.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
network_plugin.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00

README

Cisco Neutron Virtual Network Plugin

This plugin implements Neutron v2 APIs and helps configure
topologies consisting of virtual and physical switches.

For more details on use please refer to:
http://wiki.openstack.org/cisco-neutron