vmware-nsx/neutron/plugins/ml2/drivers/cisco/nexus
Rich Curran 3bc87842e4 ML2 Cisco Nexus MD: Improve Unit Test Coverage
Improve unit test coverage for:
neutron/plugins/ml2/drivers/cisco/ modules.

Current coverage info:
neutron/plugins/ml2/drivers/cisco/nexus/nexus_models_v2      65%
neutron/plugins/ml2/drivers/cisco/nexus/nexus_network_driver 82%
neutron/plugins/ml2/drivers/cisco/nexus/credentials_v2       81%
neutron/plugins/ml2/drivers/cisco/nexus/mech_cisco_nexus     78%
neutron/plugins/ml2/drivers/cisco/nexus/config               75%

With these updates:
neutron/plugins/ml2/drivers/cisco/nexus/mech_cisco_nexus     99%
neutron/plugins/ml2/drivers/cisco/nexus/nexus_db_v2          99%
neutron/plugins/ml2/drivers/cisco/nexus/nexus_models_v2      65%
neutron/plugins/ml2/drivers/cisco/nexus/nexus_network_driver 98%
neutron/plugins/ml2/drivers/cisco/nexus/config               100%

NB: nexus_models_v2.py consists of database definitions and two
customization methods, __repr__ and __eq__.

Change-Id: I0de1cb9e71adffff698e37c8bec5497b88f0f0cd
Closes-Bug: 1267481
2014-04-21 10:33:44 -04:00
..
__init__.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
config.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05: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 ML2 Cisco Nexus MD: Remove unnecessary Cisco nexus DB 2014-04-11 13:12:20 -04:00
nexus_db_v2.py ML2 Cisco Nexus MD: Improve Unit Test Coverage 2014-04-21 10:33:44 -04:00
nexus_models_v2.py Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00
nexus_network_driver.py ML2 Cisco Nexus MD: Improve Unit Test Coverage 2014-04-21 10:33:44 -04:00
nexus_snippets.py ML2 Cisco Nexus MD: Support portchannel interfaces 2014-03-28 10:14:00 -04:00
README Prepare for multiple cisco ML2 mech drivers 2014-02-07 11:37:01 -05:00

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