Gary Kotton
881bc26b3a
NSX|V: prevent deadlock with subnet creation and deletion
Ensure that we treat the locks in the same order with the delete and create operations. The fix above result in a deadlcok due to a change in neutron where ipam delete call port_update. This conflicted with commit d89eba1a851d76179bd882cc8024b86f71e1153b. To ensure locking for this we make use of a new lock for the DHCP interfaces. Change-Id: I6c3f25ab40247853024560c00d3faa106e5d90b8
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.
Description
Languages
Python
98.5%
Shell
1.5%