Merge "Remove two remaining doc warnings"

This commit is contained in:
Jenkins 2017-02-15 16:02:50 +00:00 committed by Gerrit Code Review
commit 8be6aed0ca
2 changed files with 3 additions and 3 deletions

View File

@ -312,8 +312,9 @@ class Proxy(proxy2.BaseProxy):
:param nodes: List of nodes to be removed from the cluster.
:param kwargs \*\*params: Optional query parameters to be sent to
restrict the nodes to be returned. Available parameters include:
* 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.
"""
return self.remove_nodes_from_cluster(cluster, nodes, **params)

View File

@ -944,9 +944,8 @@ class Proxy(proxy.BaseProxy):
paginated=False, project_id=project.id, user_id=user.id)
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
the resources being returned. The options
are: group_id, role_id, scope_domain_id,