vmware-nsx/etc/neutron/plugins
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
..
bigswitch Avoid overwrite value of deprecated name in conf. 2013-08-05 21:31:06 +08:00
brocade Adds help text to brocade configuration options 2013-09-10 14:58:52 -07:00
cisco cisco/nexus plugin doesn't create port for router interface 2013-10-11 20:23:55 -04:00
embrane Embrane Neutron Plugin 2013-08-25 14:22:38 -07:00
hyperv Adds metrics collection support in Hyper-V 2013-08-28 18:12:35 +03:00
linuxbridge Change rpc_support_old_agents default to False 2013-10-06 12:01:38 -04:00
metaplugin rename quantum into neutron 2013-07-13 09:37:11 +08:00
midonet Implement MidoNet Neutron plugin for Havana 2013-09-03 16:39:10 +00:00
ml2 Improve ml2_conf.ini 2013-09-30 01:14:03 +08:00
mlnx Change rpc_support_old_agents default to False 2013-10-06 12:01:38 -04:00
nec OpenFlow distributed router support in NEC plugin 2013-09-04 17:15:59 +09:00
nicira Merge "Remove deprecated NVP options" 2013-10-03 16:42:04 +00:00
openvswitch OVS agent implementation of l2-population 2013-09-12 01:13:32 +02:00
plumgrid PLUMgrid plugin v2 2013-07-31 14:42:17 -07:00
ryu Avoid overwrite value of deprecated name in conf. 2013-08-05 21:31:06 +08:00