Update paste, policy and rootwrap configurations 2016-12-13

Change-Id: Ie872cb246b78c2f415111cd3f08a76ff9dd7d020
This commit is contained in:
Andy McCrae 2016-12-13 10:23:33 +00:00
parent ac55b9ee99
commit 6b4ec4f02e
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
{
"context_is_admin": "role:admin",
"admin_or_owner": "is_admin:True or project_id:%(project_id)s",
"admin_or_owner": "is_admin:True or (role:admin and is_admin_project:True) or project_id:%(project_id)s",
"default": "rule:admin_or_owner",
"admin_api": "is_admin:True",
"admin_api": "is_admin:True or (role:admin and is_admin_project:True)",
"volume:create": "",
"volume:delete": "rule:admin_or_owner",