A set of Neutron drivers for the VMware NSX.
be7564875e
Tests 'test_router_interfaces_with_update_firewall' and 'test_router_interfaces_different_tenants_update_firewall' were indeterminately failing because comparsion between two lists which are not sorted and the order of items in the list depended on the router port list order, as it returns from the database query. This patch fix this problem by sorting the return ports ciders list. Signed-off-by: Roey Chen <roeyc@vmware.com> Change-Id: I90c68f30ac43e7fe8c1f635d38bde08e418ed3b8 |
||
---|---|---|
doc/source | ||
etc | ||
tools | ||
vmware_nsx | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
Welcome!
You have come across the VMware-NSX family of driver for Neutron.
External Resources:
The homepage for VMware-NSX is: http://launchpad.net/vmware-nsx. Use this site for asking for help, and filing bugs. Code is available on git.openstack.org at <https://github.com/stackforge/vmware-nsx>.
For help on usage and hacking of VMware-NSX, please send mail to <mailto:openstack-dev@lists.openstack.org>.
For information on how to contribute to VMware-NSX, please see the contents of the CONTRIBUTING.rst file.