Merge "Docs: Fix the query params in role_assignments example"

This commit is contained in:
Jenkins 2016-07-05 15:26:00 +00:00 committed by Gerrit Code Review
commit 8a0e0cd5c0
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ examples are:
- List all role assignments for a specified project and its sub-
projects:
:: GET /role_assignments?scope.project.id={project_id}?includ
:: GET /role_assignments?scope.project.id={project_id}&includ
e_subtree=true
If you specify ``include_subtree=true``, you must also specify

View File

@ -2187,7 +2187,7 @@ class AssignmentInheritanceTestCase(test_v3.RestfulTestCase,
expected_status=http_client.BAD_REQUEST)
def test_get_role_assignments_for_project_tree(self):
"""Get role_assignment?scope.project.id=X?include_subtree``.
"""Get role_assignment?scope.project.id=X&include_subtree``.
Test Plan:
@ -2255,7 +2255,7 @@ class AssignmentInheritanceTestCase(test_v3.RestfulTestCase,
self.assertRoleAssignmentInListResponse(r, non_inher_entity_root)
def test_get_effective_role_assignments_for_project_tree(self):
"""Get role_assignment ?project_id=X?include_subtree=True?effective``.
"""Get role_assignment ?project_id=X&include_subtree=True&effective``.
Test Plan: