A set of Neutron drivers for the VMware NSX.
ff5ebec12c
This patch adds support for trunk extensions in the NSXv3 plugin. Now you can create trunk and subports which map to CIF on the backend. i.e. trunk port <-> parent port and subport <-> child port on the backend. If backend fails to update subports, the status of trunk will be set to ERROR. Use OSC commands for trunk CRUD operations. For e.g. Create trunk with a subport: openstack network trunk create --parent-port <parent-port> --subport port=child-port,segmentation-type=vlan,segmentation-id=200 TRUNK_NAME Delete trunk: openstack network trunk delete TRUNK_NAME Change-Id: Iedd47d868d803ca8c52856554885fd7d14668924 |
||
---|---|---|
devstack | ||
doc/source | ||
etc | ||
releasenotes | ||
tools | ||
vmware_nsx | ||
vmware_nsx_tempest | ||
.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 |
VMware-NSX package
You have come across the VMware-NSX family of Neutron plugins
External Resources:
The homepage for the VMware-NSX project is on Launchpad.
Use this site for asking for help, and filing bugs. Code is available both git.openstack.org and github.
For help on usage and hacking of VMware-NSX, please send a message to the openstack-dev mailing list.
For information on how to contribute to VMware-NSX, please see the contents of the CONTRIBUTING.rst file.