A set of Neutron drivers for the VMware NSX.
c2d7155b70
NSX 6.2.8 and 6.3.3 support the granular API: New GET api: GET https://<nsxmanagerIp>/api/4.0/edges/<edge-id>/dhcp/config/bindings/<binding-id> RESPONSE: <staticBinding> <autoConfigureDNS>false</autoConfigureDNS> <leaseTime>86400</leaseTime> <subnetMask>255.255.255.0</subnetMask> <bindingId>binding-1</bindingId> <vmId>vm-34</vmId> <vnicId>1</vnicId> <hostname>test</hostname> <vmName>3-vm_ubuntu_1404_srv_64-shared-1668-02458540-04f1-4508-8037-2f2ce5542b91</vmName> <ipAddress>12.12.12.1</ipAddress> </staticBinding> 2) Quering a binding with a invalid ID: GET https://<nsxmanagerIp>/api/4.0/edges/<edge-id>/dhcp/config/bindings/<binding-id> RESPONSE: <error> <details>[Dhcp] Static binding is not found: binding-2</details> <errorCode>12510</errorCode> <moduleName>vShield Edge</moduleName> </error> Change-Id: If1049035797c525344c46e1ae7f664a7b9daa4a1 |
||
---|---|---|
api-ref | ||
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.