Fix incorrect code comment in api.py
Parameter 'deployment' in service_list() method changed from UUID or name of the deployment to Deployment object Change-Id: I24d86e958b3badcc93725a6bb6fc390a6ef0e8d0 Closes-Bug: #1489559
This commit is contained in:
parent
15241d5ea0
commit
05cf237910
@ -113,7 +113,7 @@ class Deployment(object):
|
||||
def service_list(cls, deployment):
|
||||
"""Get the services list.
|
||||
|
||||
:param deployment: UUID or name of the deployment
|
||||
:param deployment: Deployment object
|
||||
:returns: Service list
|
||||
"""
|
||||
# TODO(kun): put this work into objects.Deployment
|
||||
|
Loading…
Reference in New Issue
Block a user