Skip to content

Commit

Permalink
Update default policy for add/remove router interface to admin_or_owner
Browse files Browse the repository at this point in the history
Fixes bug 1048891
default policy for add/remove router interface
should be admin_or_owner

Change-Id: Idc797d8a2e7dc17b517fed4668b256344438a257
  • Loading branch information
Nachi Ueno committed Sep 11, 2012
1 parent 39b74e4 commit 3caafd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

"extension:router:view": [["rule:regular_user"]],
"extension:router:set": [["rule:admin_only"]],
"extension:router:add_router_interface": [["rule:admin_only"]],
"extension:router:add_router_interface": [["rule:admin_or_owner"]],
"extension:router:remove_router_interface": [["rule:admin_or_owner"]],

"subnets:private:read": [["rule:admin_or_owner"]],
Expand Down

0 comments on commit 3caafd9

Please sign in to comment.