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