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:
Rajath Agasthya 2015-08-28 11:54:15 -07:00
parent 15241d5ea0
commit 05cf237910

View File

@ -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