vmware-nsx/neutron/plugins/ml2/drivers/cisco/nexus
Ihar Hrachyshka ee09d2f624 Migrate to oslo.i18n
Mostly trivial import changes.

- oslo.i18n no longer provide install() method to inject _() into
  globals(), so removed all calls to it;
- removed Babel from dependencies (it will now be grabbed by oslo.i18n);
- updated tox.ini to ignore import violations for oslo.i18n.

Change-Id: I6623d551f512fb7fe9bf35ee734ed6d4c6cbc287
2014-11-26 22:19:24 +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 Remove redundant default=None for config options 2014-05-25 00:46:50 -07: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 Update i18n translation for ML2 plugin log msg's 2014-11-24 04:33:03 +00: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 Migrate to oslo.utils 2014-11-26 10:31:03 +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