Add rule "update_network:shared" to neutron_policy.json

This rule is referenced by networks panel and is required for
enabling non-admin users to change the name of networks.

This change has been committed to master in commit
d599fdec59

That commit is too big for back-porting to stable/mitaka as-is,
thus I am proposing this one-line commit to fix the issue at
hand for stable/mitaka.

Change-Id: I93ef6e09f37557dc2375d7672d2a247c776ec2bb
Closes-Bug: #1609467
This commit is contained in:
Frode Nordahl 2017-02-22 13:58:31 +01:00
parent dc7c7fe04d
commit 875d527906
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
"create_network:provider:physical_network": "rule:admin_only",
"create_network:provider:segmentation_id": "rule:admin_only",
"update_network": "rule:admin_or_owner",
"update_network:shared": "rule:admin_only",
"update_network:segments": "rule:admin_only",
"update_network:provider:network_type": "rule:admin_only",
"update_network:provider:physical_network": "rule:admin_only",