nova/nova/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
..
drivers servicegroup: remove get_all method never used as public 2015-05-07 03:50:05 -04:00
__init__.py Fix IBM copyright strings 2013-03-01 14:18:23 -05:00
api.py Remove useless get_one() method in SG API 2015-03-11 23:30:23 +00:00