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
This commit is contained in:
Akihiro Motoki 2017-08-16 16:21:47 +00:00
parent f75168e5e6
commit 4cddc75d06
1 changed files with 0 additions and 3 deletions

View File

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