This patch addresses race condition with openstack which causes in exceptions.

Changes v2 -> v3:
- clean up of controller.network.py for ordering between event and actual
  deletion
- various minor fixes

Isaku Yamahata (12):
  app/gre_tunnel.py: typo has_network -> has_networks
  network.py: sort out order between event and actual deletion of port
  network: sort out order between event and actual deletion of network
  network.py: exception in Networks.remove_port()
  gre_tunnel: exception due to race condition
  network: add a helper function to list ports that doesn't raise
  gre_tunnel.py: race condition
  simple_vlan.py: race condition
  quantum_adapter: race between ovs port deletion and plugin port
    deletion
  app/quantum_adapter: pylint
  controller/network: pylint
  app/simple_vlan: pylint

 ryu/app/gre_tunnel.py      |   11 +++++------
 ryu/app/quantum_adapter.py |   31 ++++++++++++++++++++++---------
 ryu/app/simple_vlan.py     |    4 +---
 ryu/controller/network.py  |   38 ++++++++++++++++++++++++++------------
 4 files changed, 54 insertions(+), 30 deletions(-)

-- 
1.7.10.4


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to