3bc87842e4
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 |
||
---|---|---|
.. | ||
__init__.py | ||
config.py | ||
constants.py | ||
exceptions.py | ||
mech_cisco_nexus.py | ||
nexus_db_v2.py | ||
nexus_models_v2.py | ||
nexus_network_driver.py | ||
nexus_snippets.py | ||
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