Merge "Allow setting a tenant router's external IP"

This commit is contained in:
Jenkins 2014-12-30 00:07:14 +00:00 committed by Gerrit Code Review
commit f8c708be70
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@
"add_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",
"create_firewall": "",
"get_firewall": "rule:admin_or_owner",
"create_firewall:shared": "rule:admin_only",