fix wrong function description
The desc of bay/baymode/node 's list function is wrong. Fix it. Change-Id: I323688ca1f50a511f9577fe61c95bd99042e5f71
This commit is contained in:
parent
bab488ff1c
commit
95aa083f67
@ -37,10 +37,10 @@ class BayModelManager(base.Manager):
|
||||
|
||||
def list(self, limit=None, marker=None, sort_key=None,
|
||||
sort_dir=None, detail=False):
|
||||
"""Retrieve a list of port.
|
||||
"""Retrieve a list of baymodels.
|
||||
|
||||
:param marker: Optional, the UUID of a port, eg the last
|
||||
port from a previous result set. Return
|
||||
:param marker: Optional, the UUID of a baymodel, eg the last
|
||||
baymodel from a previous result set. Return
|
||||
the next result set.
|
||||
:param limit: The maximum number of results to return per
|
||||
request, if:
|
||||
|
@ -35,10 +35,10 @@ class BayManager(base.Manager):
|
||||
|
||||
def list(self, limit=None, marker=None, sort_key=None,
|
||||
sort_dir=None, detail=False):
|
||||
"""Retrieve a list of port.
|
||||
"""Retrieve a list of bays.
|
||||
|
||||
:param marker: Optional, the UUID of a port, eg the last
|
||||
port from a previous result set. Return
|
||||
:param marker: Optional, the UUID of a bay, eg the last
|
||||
bay from a previous result set. Return
|
||||
the next result set.
|
||||
:param limit: The maximum number of results to return per
|
||||
request, if:
|
||||
|
@ -34,10 +34,10 @@ class NodeManager(base.Manager):
|
||||
|
||||
def list(self, limit=None, marker=None, sort_key=None,
|
||||
sort_dir=None, detail=False):
|
||||
"""Retrieve a list of port.
|
||||
"""Retrieve a list of nodes.
|
||||
|
||||
:param marker: Optional, the UUID of a port, eg the last
|
||||
port from a previous result set. Return
|
||||
:param marker: Optional, the UUID of a node, eg the last
|
||||
node from a previous result set. Return
|
||||
the next result set.
|
||||
:param limit: The maximum number of results to return per
|
||||
request, if:
|
||||
|
Loading…
x
Reference in New Issue
Block a user