diff options
| author | termie <github@anarkystic.com> | 2012-02-28 16:50:48 -0800 |
|---|---|---|
| committer | termie <github@anarkystic.com> | 2012-03-08 14:06:32 -0800 |
| commit | a2f2274c69df2ca5b040a69173f3eb7eb030c561 (patch) | |
| tree | c57294737b6fe1bda4706d95e08863d4f81c958e /tests/policy.json | |
| parent | e5254d48b133f3ec9798cc8eb48a03cb69ff2d97 (diff) | |
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
Diffstat (limited to 'tests/policy.json')
| -rw-r--r-- | tests/policy.json | 3 |
1 files changed, 3 insertions, 0 deletions
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"]] +} |
