Update paste, policy and rootwrap configurations 2016-06-02

Change-Id: I2fce6bbf3c08192c114d390b967ad92d92087b71
This commit is contained in:
Jesse Pretorius 2016-06-02 19:09:03 +01:00
parent dcb0fff255
commit 9654663804
2 changed files with 4 additions and 6 deletions

View File

@ -32,3 +32,6 @@ paste.app_factory = neutron.api.versions:Versions.factory
[app:neutronapiapp_v2_0]
paste.app_factory = neutron.api.v2.router:APIRouter.factory
[filter:osprofiler]
paste.filter_factory = osprofiler.web:WsgiMiddleware.factory

View File

@ -218,10 +218,5 @@
"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",
"add_gateway_network": "rule:admin_only",
"remove_gateway_network": "rule:admin_only",
"get_advertised_routes":"rule:admin_only"
"get_auto_allocated_topology": "rule:admin_or_owner"
}