Remove duplicate policy entries

update_router:external_gateway_info and create_router:external_gateway_info
are the same as those defined in neutron.

We should only have the ones that are different.

Change-Id: I7cbf03722567401ec3622e941d4b4af1cf63c0c9
This commit is contained in:
Gary Kotton 2018-04-03 07:49:18 +03:00
parent 99d043c4bd
commit f1907bf1f5
1 changed files with 0 additions and 3 deletions

View File

@ -14,7 +14,4 @@
"add_router_interface": "rule:admin_or_owner", "add_router_interface": "rule:admin_or_owner",
"remove_router_interface": "rule:admin_or_owner", "remove_router_interface": "rule:admin_or_owner",
"create_router:external_gateway_info:external_fixed_ips": "rule:admin_only",
"update_router:external_gateway_info:external_fixed_ips": "rule:admin_only",
} }