041703c004
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 |
||
---|---|---|
bin | ||
doc | ||
etc | ||
neutron | ||
quantum | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.testr.conf | ||
babel.cfg | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING | ||
tox.ini |
# -- Welcome!
You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking!
# -- External Resources:
The homepage for Neutron is: http://launchpad.net/neutron . Use this site for asking for help, and filing bugs. Code is available on github at <http://github.com/openstack/neutron>.
The latest and most in-depth documentation on how to use Neutron is available at: <http://docs.openstack.org>. This includes:
Neutron Administrator Guide http://docs.openstack.org/trunk/openstack-network/admin/content/
Neutron API Reference: http://docs.openstack.org/api/openstack-network/2.0/content/
The start of some developer documentation is available at: http://wiki.openstack.org/NeutronDevelopment
For help using or hacking on Neutron, you can send mail to <mailto:openstack-dev@lists.openstack.org>.