neutron/neutron/plugins/ml2/drivers/cisco/nexus
Ihar Hrachyshka 7a2a85623d oslo: migrate to namespace-less import paths
Oslo project decided to move away from using oslo.* namespace for all their
libraries [1], so we should migrate to new import path.

This patch applies new paths for:
- oslo.config
- oslo.db
- oslo.i18n
- oslo.messaging
- oslo.middleware
- oslo.rootwrap
- oslo.serialization
- oslo.utils

Added hacking check to enforce new import paths for all oslo libraries.

Updated setup.cfg entry points.

We'll cleanup old imports from oslo-incubator modules on demand or
if/when oslo officially deprecates old namespace in one of the next
cycles.

[1]: https://blueprints.launchpad.net/oslo-incubator/+spec/drop-namespace-packages

Depends-On: https://review.openstack.org/#/c/147248/
Depends-On: https://review.openstack.org/#/c/152292/
Depends-On: https://review.openstack.org/#/c/147240/

Closes-Bug: #1409733
Change-Id: If0dce29a0980206ace9866112be529436194d47e
2015-02-05 15:09:32 +01:00
..
README Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
__init__.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
config.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
constants.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
exceptions.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
mech_cisco_nexus.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
nexus_db_v2.py Migrate to oslo.i18n 2014-11-26 22:19:24 +01:00
nexus_models_v2.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
nexus_network_driver.py oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
nexus_snippets.py Move from Python logging to Openstack logging 2014-08-02 04:04:33 -07:00

README

Neutron ML2 Cisco Nexus Mechanism Driver README


Notes:

The initial version of this driver supports only a single physical
network.

For provider networks, extended configuration options are not
currently supported.

This driver's database may have duplicate entries also found in the
core ML2 database. Since the Cisco Nexus DB code is a port from the
plugins/cisco implementation this duplication will remain until the
plugins/cisco code is deprecated.


For more details on using Cisco Nexus switches under ML2 please refer to:
http://wiki.openstack.org/wiki/Neutron/ML2/MechCiscoNexus