neutron-lbaas/neutron/plugins/cisco
Dane LeBlanc 6b21cd29be Round-robin SVI switch selection fails on Cisco Nexus plugin
Fixes bug 1250969

This fix addresses improper behavior with the Cisco Nexus plugin's
selection of Nexus switch on which to place a Switch Virtual Interface
(SVI) when round-robin switch placement is enabled.

The expected behavior when round-robin SVI switch selection is configured
via the cisco_plugins.ini file, i.e.:
    [cisco]
    nexus_l3_enable = True
    svi_round_robin = True
is that when a virtual router interface is created, the Nexus plugin should
select the Nexus switch with the least number of SVI interfaces configured
for creating the new SVI. The current selection is based on the first
entry in a dictionary, and is therefore indeterminate.

Similarly, this fix also addresses incorrect behavior when round-robin
selection is disabled. In this case, the desired behavior is that
the plugin should select the first switch which appears in the Nexus
switch configuration. Instead, the current selection is also based on the
first entry in a dictionary, and is likewise indeterminate.

Change-Id: I548c1efaa8b54695246251b6823ab59e077836fe
2013-11-14 12:19:54 -05:00
..
common Round-robin SVI switch selection fails on Cisco Nexus plugin 2013-11-14 12:19:54 -05:00
db Fix incorrect indentations found by Pep 1.4.6+ 2013-10-19 10:50:16 +02:00
extensions Update Cisco N1KV plugin to VSM REST api calls 2013-10-15 18:01:08 -07:00
models Detect and process live-migration in Cisco plugin 2013-10-17 17:18:17 +00:00
n1kv Fix incorrect indentations found by Pep 1.4.6+ 2013-10-19 10:50:16 +02:00
nexus Round-robin SVI switch selection fails on Cisco Nexus plugin 2013-11-14 12:19:54 -05: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