diff --git a/trove/instance/service.py b/trove/instance/service.py index bb1129c2ae..3c00680058 100644 --- a/trove/instance/service.py +++ b/trove/instance/service.py @@ -67,7 +67,7 @@ class InstanceController(wsgi.Controller): :param req: http request object :param body: deserialized body of the request as a dict :param tenant_id: the tenant id for whom owns the instance - :param id: ??? + :param id: instance id """ LOG.debug("instance action req : '%s'\n\n", req) if not body: