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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user