diff options
-rw-r--r-- | etc/nova/policy.json | 1 | ||||
-rw-r--r-- | nova/tests/policy.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/nova/policy.json b/etc/nova/policy.json index 838b1e5cd..8bc2f6f5f 100644 --- a/etc/nova/policy.json +++ b/etc/nova/policy.json @@ -95,6 +95,7 @@ "network:disassociate_floating_ip": [], "network:get_fixed_ip": [], + "network:get_fixed_ip_by_address": [], "network:add_fixed_ip_to_instance": [], "network:remove_fixed_ip_from_instance": [], "network:add_network_to_project": [], diff --git a/nova/tests/policy.json b/nova/tests/policy.json index 2eba732d7..61ec0152a 100644 --- a/nova/tests/policy.json +++ b/nova/tests/policy.json @@ -168,6 +168,7 @@ "network:disassociate_floating_ip": [], "network:get_fixed_ip": [], + "network:get_fixed_ip_by_address": [], "network:add_fixed_ip_to_instance": [], "network:remove_fixed_ip_from_instance": [], "network:add_network_to_project": [], |