nova/nova/tests/unit/servicegroup
Sahid Orentino Ferdjaoui 0c5dec3b56 servicegroup: remove get_all method never used as public
Retrieve all services is exposed in to few circumstances to
justify to maintain a method get_all in every drivers of
servicegroup instead we have to continue to use
Service.get_all_by_topics() (which is used by default)
Also this method is never used as a public and only the
zk driver needs it.
Finally it makes pain for some drivers like Memcached to
maintain a routine like that.

This commit removes the method get_all from the public API
and rename the method to be private for the Zookeeper's
driver.

Change-Id: Idc0dfbbe1887e11166acb7d989dd5466751761af
2015-05-07 03:50:05 -04:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_db_servicegroup.py servicegroup: remove get_all method never used as public 2015-05-07 03:50:05 -04:00
test_mc_servicegroup.py servicegroup: remove get_all method never used as public 2015-05-07 03:50:05 -04:00
test_zk_driver.py Fix up join() and leave() methods of servicegroup 2015-03-11 23:22:11 +00:00