
This change is an improvement of the commit 501213686886baccd3280e10b8856a25d3517519 and provides a cleaner implementation. Previously flows were applied on OVSBridge.defer_apply_off which could be called by an other greenthread: it was impossible to ensure that all flows are applied in a unique OVSBridge.defer_apply_off call. This change ensures that all flows defined using a DeferredOVSBridge are applied on DeferredOVSBridge.apply_flows or DeferredOVSBridge.__exit__ if not exception is raised. Author: Cedric Brandily <zzelle@gmail.com> Co-Authored-By: Edouard Thuleau <edouard.thuleau@cloudwatt.com> Related-bug: #1263866 Change-Id: I1f260629ef95b98ee80e2ff946c3606da8fe7608
# -- 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>.