From 4cddc75d06342d8cd67717fa2e293209aefa5589 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 16 Aug 2017 16:21:47 +0000 Subject: [PATCH] Remove FWaaS specific policies from neutron_policy insert_rule/remove_rule in neutron_policy.json were not removed as part of FWaaS dashboard split out because policy.json in the neutron repo contained them even though they were meaningless. Now they have been dropped in the neutron side [1], we can safely drop them from neutron_policy.json in the horizon repo. Note that there is no side effect by having them in neutron_policy.json so there is no need to backport it to stable/pile. [1] https://review.openstack.org/#/c/482413/ Change-Id: I200a841a6961781ac0f9709852ea8b3b7a7b473d Related-Bug: #1703347 --- openstack_dashboard/conf/neutron_policy.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/openstack_dashboard/conf/neutron_policy.json b/openstack_dashboard/conf/neutron_policy.json index 136273fc8f..7e81ec5111 100644 --- a/openstack_dashboard/conf/neutron_policy.json +++ b/openstack_dashboard/conf/neutron_policy.json @@ -111,9 +111,6 @@ "create_router:external_gateway_info:external_fixed_ips": "rule:admin_only", "update_router:external_gateway_info:external_fixed_ips": "rule:admin_only", - "insert_rule": "rule:admin_or_owner", - "remove_rule": "rule:admin_or_owner", - "create_qos_queue": "rule:admin_only", "get_qos_queue": "rule:admin_only",