Remove list_endpoint_groups_for_project from sample policies

The "identity:list_endpoint_groups_for_project" was defined in
the sample policy files but there's no actual mapping for it, so
setting a value for this target has no effect. If or when the
mapping gets added then this target must be added back in.

Change-Id: I1843bf61681944ae82c3325e0bb00c32ca8f1c16
Related-Bug: 1421968
This commit is contained in:
Brant Knudson 2015-02-14 09:58:44 -06:00
parent 334b1cb898
commit 9ae8219e3c
2 changed files with 0 additions and 2 deletions

View File

@ -127,7 +127,6 @@
"identity:list_projects_associated_with_endpoint_group": "rule:admin_required",
"identity:list_endpoints_associated_with_endpoint_group": "rule:admin_required",
"identity:get_endpoint_group_in_project": "rule:admin_required",
"identity:list_endpoint_groups_for_project": "rule:admin_required",
"identity:add_endpoint_group_to_project": "rule:admin_required",
"identity:remove_endpoint_group_from_project": "rule:admin_required",

View File

@ -140,7 +140,6 @@
"identity:list_projects_associated_with_endpoint_group": "rule:admin_required",
"identity:list_endpoints_associated_with_endpoint_group": "rule:admin_required",
"identity:get_endpoint_group_in_project": "rule:admin_required",
"identity:list_endpoint_groups_for_project": "rule:admin_required",
"identity:add_endpoint_group_to_project": "rule:admin_required",
"identity:remove_endpoint_group_from_project": "rule:admin_required",