vmware-nsx/neutron/plugins/cisco
Dane LeBlanc 1c3864fb8a cisco/nexus plugin doesn't create port for router interface
Fixes bug 1234826

This fix adds a "nexus_l3_enable" configuration boolean for the
Cisco Nexus plugin. When this config boolean is set to False (default),
then the Nexus switches are only used for L2 switching/segmentation, and
layer 3 functionality is deferred to the OVS subplugin / network
control node. If this config boolean is set to True, layer 3
functionality, e.g. switch virtual interfaces, are supported on
the Nexus switches. (Note that layer 3 functionality is not supported
on all versions/models Nexus switches.)

Some other things addressed with this fix:
- The l3_port_check keyword argument which is optionally passed to the
  Cisco plugin's delete_port method was not being forwarded on to the
  OVS (sub) plugin. This keyword argument needs to be forwarded to OVS
  e.g. when the delete_port is being done in the context of a
  router interface delete (whereby l3_port_check==False).
- UT test cases are added for new "nexus_l3_enable" config, which
  exercise router interface add/delete.
- The Cisco test_network_plugin.py module is refactored/reorganized
  in order to cleanly add a new router interface test class.
- The test_model_update_port_rollback test case was yielding a false
  positive result (device_owner was not being passed to self.port).

Change-Id: I994b2b82769ea5e10e50dbe3a223d1518e99f714
2013-10-11 20:23:55 -04:00
..
common cisco/nexus plugin doesn't create port for router interface 2013-10-11 20:23:55 -04:00
db Fix message i18n error 2013-09-08 15:58:12 +08:00
extensions Add sub-type field to VXLAN network profiles for Cisco N1KV plugin 2013-09-05 10:59:51 -04:00
models cisco/nexus plugin doesn't create port for router interface 2013-10-11 20:23:55 -04:00
n1kv Make router-interface-delete work in N1kv plugin 2013-09-17 19:59:53 +02:00
nexus Cisco plugin should check for switch - vlan bindings 2013-10-01 10:00:22 -04:00
test Adding VPC support to the Cisco plugin 2013-08-21 10:26:38 -04:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
l2device_plugin_base.py Providernet extension support for the Cisco Nexus plugin 2013-07-24 00:27:23 -04:00
network_plugin.py Fix message i18n error 2013-09-08 15:58:12 +08:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00

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