Update paste, policy and rootwrap configurations 2016-07-14

Change-Id: I9869bbe68972b67c5e8fd90ab1d021d455af837f
This commit is contained in:
Jesse Pretorius 2016-07-14 18:50:21 +01:00
parent cec2b36c9a
commit 46474f27a3

View File

@ -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"
}