From f4c0f899d8316cce458ac7f364c69ff55ed1c3c3 Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Tue, 8 Jan 2013 10:20:34 +0000 Subject: [PATCH] Fixup default policy.json Change-Id: I8c71e83d5ebfdda67c985276115513b81e1a84bb --- etc/policy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/policy.json b/etc/policy.json index 4da8bd8e7..7f7b60774 100644 --- a/etc/policy.json +++ b/etc/policy.json @@ -2,7 +2,7 @@ "admin": "role:admin or is_admin:True", "admin_or_owner": "rule:admin or tenant_id:%(tenant_id)s", - "default": "admin_or_owner", + "default": "rule:admin_or_owner", "create_server": "rule:admin", "get_servers": "rule:admin",