diff --git a/openstack/cluster/v1/_proxy.py b/openstack/cluster/v1/_proxy.py index 2df9efb5..f0415b3b 100644 --- a/openstack/cluster/v1/_proxy.py +++ b/openstack/cluster/v1/_proxy.py @@ -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) diff --git a/openstack/identity/v3/_proxy.py b/openstack/identity/v3/_proxy.py index 81e295ee..29f90f12 100644 --- a/openstack/identity/v3/_proxy.py +++ b/openstack/identity/v3/_proxy.py @@ -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,