policy_rules for allowed_address_pairs is correct [1] and the corresponding policy.json from neutron is correct too [2].
The policy for allowed_address_pairs contains a network owner check like below.
"update_port:allowed_address_pairs": "rule:admin_or_network_owner"
I wonder the network information is not passed correctly to the policy check function.
policy_rules for allowed_ address_ pairs is correct [1] and the corresponding policy.json from neutron is correct too [2].
The policy for allowed_ address_ pairs contains a network owner check like below. port:allowed_ address_ pairs": "rule:admin_ or_network_ owner"
"update_
I wonder the network information is not passed correctly to the policy check function.
[1] http:// git.openstack. org/cgit/ openstack/ horizon/ tree/openstack_ dashboard/ dashboards/ project/ networks/ ports/extension s/allowed_ address_ pairs/tables. py#n37 git.openstack. org/cgit/ openstack/ horizon/ tree/openstack_ dashboard/ conf/neutron_ policy. json#n96
[2] http://