nova/nova/tests/unit/servicegroup
Jay Pipes 7c38763761 Fix up join() and leave() methods of servicegroup
The join() method was not documented properly, and the Zookeeper
driver's implementation of the join() method returned a FakeLoopingCall
object for no reason whatsoever (the other drivers just return None), so
it's not necessary.

The leave() method wasn't used anywhere at all, therefore this patch
removes it entirely.

Change-Id: Idbd95636dbebfb4f21a25d23625ee338c1ba863e
Closes-bug: #1414513
Closes-bug: #1414515
2015-03-11 23:22:11 +00:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_db_servicegroup.py Pull singleton config check cruft out of SG API 2015-02-12 14:53:52 +00:00
test_mc_servicegroup.py Pull singleton config check cruft out of SG API 2015-02-12 14:53:52 +00:00
test_zk_driver.py Fix up join() and leave() methods of servicegroup 2015-03-11 23:22:11 +00:00