A set of Neutron drivers for the VMware NSX.
cc09f65ca4
As a consequence of implementing multiple port bindings in the Neutron reference implementation [1], the following attributes were made lists: - 'port_binding' in the in the SQLAlchemy Port model. - 'binding' in the Port OVO As a consequence of this change, these attributes names were changed to 'port_bindings' and 'bindings' respectively. This patch updates the references to those attributes. To support neutron envs, both with and without the neutron change [2], this patch adds a shim to use the proper port binding accessor. NB: this shim may allow the tests to pass but does not test using the proper "depends on" approach since that doesn't work today with the 3rd party VMware NSX CI. For more details see [1][2]. [1] https://review.openstack.org/#/c/571041 [2] https://review.openstack.org/#/c/414251 Change-Id: I35c24b83150d84a15997c5ebe3e7b51015f87e99 |
||
---|---|---|
api-ref | ||
devstack | ||
doc | ||
etc | ||
releasenotes | ||
tools | ||
vmware_nsx | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.stestr.conf | ||
.testr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
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.