Remove two remaining doc warnings
Before I begin a mass doc reorganization I wanted to get these warnings out of the way so they don't get dragged on. Change-Id: Ibefa3d18fda70eafc98108050a89c0d05aaa673c
This commit is contained in:
@@ -312,6 +312,7 @@ class Proxy(proxy2.BaseProxy):
|
|||||||
:param nodes: List of nodes to be removed from the cluster.
|
:param nodes: List of nodes to be removed from the cluster.
|
||||||
:param kwargs \*\*params: Optional query parameters to be sent to
|
:param kwargs \*\*params: Optional query parameters to be sent to
|
||||||
restrict the nodes to be returned. Available parameters include:
|
restrict the nodes to be returned. Available parameters include:
|
||||||
|
|
||||||
* destroy_after_deletion: A boolean value indicating whether the
|
* destroy_after_deletion: A boolean value indicating whether the
|
||||||
deleted nodes to be destroyed right away.
|
deleted nodes to be destroyed right away.
|
||||||
:returns: A dict containing the action initiated by this operation.
|
:returns: A dict containing the action initiated by this operation.
|
||||||
|
|||||||
@@ -944,9 +944,8 @@ class Proxy(proxy.BaseProxy):
|
|||||||
paginated=False, project_id=project.id, user_id=user.id)
|
paginated=False, project_id=project.id, user_id=user.id)
|
||||||
|
|
||||||
def role_assignments(self, **query):
|
def role_assignments(self, **query):
|
||||||
"""Retrieve a generator of role_assignment
|
"""Retrieve a generator of role assignments
|
||||||
|
|
||||||
:class:`~openstack.identity.v3.user.User` instance.
|
|
||||||
:param kwargs \*\*query: Optional query parameters to be sent to limit
|
:param kwargs \*\*query: Optional query parameters to be sent to limit
|
||||||
the resources being returned. The options
|
the resources being returned. The options
|
||||||
are: group_id, role_id, scope_domain_id,
|
are: group_id, role_id, scope_domain_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user