summaryrefslogtreecommitdiff
path: root/keystone
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2018-11-29 21:30:06 +0000
committerColleen Murphy <colleen@gazlene.net>2019-09-24 19:25:45 -0700
commit5b995cc8fbf0bb654ed0f6a88091c48548f53f6e (patch)
treec74a8899115d4a35e99ccdb550fd006c82ff885c /keystone
parente938c496281daa6d1dab66d66bdb2d34abd5ddc3 (diff)
downloadkeystone-5b995cc8fbf0bb654ed0f6a88091c48548f53f6e.tar.gz
Remove limit policies from policy.v3cloudsample.json
By incorporating system-scope and default roles, we've effectively made these policies obsolete. We can simplify what we maintain and provide a more consistent, unified view of default limit behavior by removing them. Change-Id: Ie0f333a9e8b60154711a24ba7d9ade531217eb71 Closes-Bug: 1805880
Diffstat (limited to 'keystone')
-rw-r--r--keystone/tests/unit/test_policy.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/keystone/tests/unit/test_policy.py b/keystone/tests/unit/test_policy.py
index bc1e1805e..fe0b8bba2 100644
--- a/keystone/tests/unit/test_policy.py
+++ b/keystone/tests/unit/test_policy.py
@@ -206,6 +206,7 @@ class PolicyJsonTestCase(unit.TestCase):
'identity:create_group',
'identity:create_identity_provider',
'identity:create_implied_role',
+ 'identity:create_limits',
'identity:create_mapping',
'identity:create_policy',
'identity:create_policy_association_for_endpoint',
@@ -237,6 +238,7 @@ class PolicyJsonTestCase(unit.TestCase):
'identity:delete_identity_provider',
'identity:delete_implied_role',
'identity:delete_mapping',
+ 'identity:delete_limit',
'identity:delete_policy',
'identity:delete_policy_association_for_endpoint',
'identity:delete_policy_association_for_region_and_service',
@@ -276,6 +278,7 @@ class PolicyJsonTestCase(unit.TestCase):
'identity:get_group',
'identity:get_identity_provider',
'identity:get_implied_role',
+ 'identity:get_limit',
'identity:get_limit_model',
'identity:get_mapping',
'identity:get_policy',
@@ -354,6 +357,7 @@ class PolicyJsonTestCase(unit.TestCase):
'identity:update_endpoint_group',
'identity:update_group',
'identity:update_identity_provider',
+ 'identity:update_limit',
'identity:update_mapping',
'identity:update_policy',
'identity:update_project',