From 46474f27a3f3c91a23d903cd60943f55fe81af67 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 14 Jul 2016 18:50:21 +0100 Subject: [PATCH] Update paste, policy and rootwrap configurations 2016-07-14 Change-Id: I9869bbe68972b67c5e8fd90ab1d021d455af837f --- templates/policy.json.j2 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/policy.json.j2 b/templates/policy.json.j2 index 36b16225..930b1a6b 100644 --- a/templates/policy.json.j2 +++ b/templates/policy.json.j2 @@ -218,5 +218,12 @@ "create_flavor_service_profile": "rule:admin_only", "delete_flavor_service_profile": "rule:admin_only", "get_flavor_service_profile": "rule:regular_user", - "get_auto_allocated_topology": "rule:admin_or_owner" + "get_auto_allocated_topology": "rule:admin_or_owner", + + "create_trunk": "rule:regular_user", + "get_trunk": "rule:admin_or_owner", + "delete_trunk": "rule:admin_or_owner", + "get_subports": "", + "add_subports": "rule:admin_or_owner", + "remove_subports": "rule:admin_or_owner" }