Fix docstring for get_members()
Add 'asynchronously', fix a typo, and correct a copy and paste error. Change-Id: Ib11562fe3398fe5faeba0477994513f674ee5bd6
This commit is contained in:
parent
47c4d56e44
commit
e88e601f92
@ -548,9 +548,9 @@ class CoordinationDriver(object):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_members(group_id):
|
def get_members(group_id):
|
||||||
"""Return the set of all members ids of the specified group.
|
"""Return the set of all member ids of a group asynchronously.
|
||||||
|
|
||||||
:returns: set of all created group ids
|
:returns: set of all member ids in the specified group
|
||||||
:rtype: CoordAsyncResult
|
:rtype: CoordAsyncResult
|
||||||
"""
|
"""
|
||||||
raise tooz.NotImplemented
|
raise tooz.NotImplemented
|
||||||
|
Loading…
x
Reference in New Issue
Block a user