]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
BigSwitch: Use eventlet.sleep in watchdog
authorKevin Benton <blak111@gmail.com>
Thu, 13 Mar 2014 00:47:28 +0000 (17:47 -0700)
committerKevin Benton <blak111@gmail.com>
Thu, 13 Mar 2014 00:48:53 +0000 (17:48 -0700)
commit402175a787c2064404eaf7c260a16ea05e9a99a3
tree7602e5751a89930beec9a9b68bbb951dad0a3a48
parent3067748798b1c7da9cba2aa62853805bb1024ce6
BigSwitch: Use eventlet.sleep in watchdog

Changes the consistency watchdog that runs
in the background to use eventlet.sleep instead
of time.sleep to avoid blocking other members of
the same pool.

Closes-Bug: #1291695
Change-Id: I5ec842cca1063cef761c2cd09d63617baf27d191
neutron/plugins/bigswitch/servermanager.py
neutron/tests/unit/bigswitch/test_servermanager.py