Follow up patch for Improve docs for v3 services

This patch fixes a nit left by the review
Ic7aaadcd8f8d5ebdec0cd908e7cbe4f997a17b54

Change-Id: Ia5b6ea552c37fc7ec4d82ffc2a7101fcf9b8f0e5
Partial-Bug: #1330769
This commit is contained in:
Nisha Yadav
2016-08-19 19:07:39 +05:30
parent 04b5534b7c
commit 506639c176

View File

@@ -24,8 +24,9 @@ class Service(base.Resource):
Attributes:
* id: a uuid that identifies the service
* name: user-facing name of the service (e.g. Keystone)
* type: 'compute', 'identity', etc
* name: the user-facing name of the service (e.g. Keystone)
* description: a description of the service
* type: the type of the service (e.g. 'compute', 'identity')
* enabled: determines whether the service appears in the catalog
"""
@@ -127,7 +128,8 @@ class ServiceManager(base.CrudManager):
:param service: the service to be deleted on the server.
:type service: str or :class:`keystoneclient.v3.services.Service`
:returns: Request object with 204 status and None as data.
:returns: Response object with 204 status.
:rtype: :class:`requests.models.Response`
"""
if service: