
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
The Open vSwitch (OVS) Neutron plugin is a simple plugin to manage OVS features using a local agent running on each hypervisor. For details on how to configure and use the plugin, see: http://openvswitch.org/openstack/documentation/