octavia/octavia/cmd
Jude Cross f37e776eb3 Fix house_keeping daemon to use Event.wait()
When trying to exit out of the house_keeping daemon
the terminal would hang until all threads finished
their iteration of time.sleep(). Now the threads
instead use the Event object so on keyboard intterupt
the threads will exit without waiting.

Change-Id: I4cb62977f647209ea87001a949fc42472ad53a70
2017-04-11 18:09:10 -07:00
..
__init__.py Fix ups so pbr and setup works 2015-04-23 16:04:27 -05:00
agent.py Replace six.iteritems() with .items() 2017-03-13 02:56:27 +08:00
api.py [Trivial] Remove unnecessary executable privilege 2016-05-21 13:17:04 +00:00
haproxy_vrrp_check.py Fix active/standby under python3 2017-01-24 14:11:50 -08:00
health_manager.py Remove CONF.import_group 2016-11-21 15:54:15 -06:00
house_keeping.py Fix house_keeping daemon to use Event.wait() 2017-04-11 18:09:10 -07:00
octavia_worker.py Update for new pep8 rules E402 and W503 2017-03-10 22:21:39 +00:00