From a2f2274c69df2ca5b040a69173f3eb7eb030c561 Mon Sep 17 00:00:00 2001 From: termie Date: Tue, 28 Feb 2012 16:50:48 -0800 Subject: port common policy code to keystone keystone.common.policy is copied from nova leave simple backend in as a shim until devstack stops referencing it Change-Id: Ibd579cfeb99465706d525b6565818a2d8f5f3b7c --- tests/policy.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/policy.json (limited to 'tests/policy.json') diff --git a/tests/policy.json b/tests/policy.json new file mode 100644 index 00000000..b006c23c --- /dev/null +++ b/tests/policy.json @@ -0,0 +1,3 @@ +{ + "admin_required": [["role:Keystadasd"], ["is_admin:1"]] +} -- cgit