
Previously VIP's port creation was moved outside the transaction to avoid deadlocks related to rpc calls. It led to small chance of VIP being fetched by rpc code with port being still None. This patch reorders VIP association with the pool so it's done only after port has been created. This patch also leaves small possibility of uncaught exception in case of pool being concurrently deleted in the process of VIP creation Change-Id: I584558aecc92db4d19fb72b1d006868b840a4d8c Closes-Bug: #1356227
# -- Welcome!
You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking!
# -- External Resources:
The homepage for Neutron is: http://launchpad.net/neutron. Use this site for asking for help, and filing bugs. Code is available on git.openstack.org at <http://git.openstack.org/cgit/openstack/neutron>.
The latest and most in-depth documentation on how to use Neutron is available at: <http://docs.openstack.org>. This includes:
Neutron Administrator Guide http://docs.openstack.org/trunk/openstack-network/admin/content/
Neutron API Reference: http://docs.openstack.org/api/openstack-network/2.0/content/
The start of some developer documentation is available at: http://wiki.openstack.org/NeutronDevelopment
For help using or hacking on Neutron, you can send mail to <mailto:openstack-dev@lists.openstack.org>.