summaryrefslogtreecommitdiff
path: root/nova/policies
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-08-13 22:21:55 +0000
committerGerrit Code Review <review@openstack.org>2020-08-13 22:21:56 +0000
commit2e2e8a0420f6a1ddabe04a3417a07acde61ec028 (patch)
treeab6706c1afa8fd29d5c3312830354638bc23c615 /nova/policies
parente85792726d8401023a0a24ab27b6598ce17af536 (diff)
parentf1d4d9762c8d4ad6cd40c8424f56d0677d0b080b (diff)
downloadnova-2e2e8a0420f6a1ddabe04a3417a07acde61ec028.tar.gz
Merge "Correct the check_str and pass actual target in FIP pools policy"
Diffstat (limited to 'nova/policies')
-rw-r--r--nova/policies/floating_ip_pools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/policies/floating_ip_pools.py b/nova/policies/floating_ip_pools.py
index 5e8d8e4f1d..61105efcb7 100644
--- a/nova/policies/floating_ip_pools.py
+++ b/nova/policies/floating_ip_pools.py
@@ -24,7 +24,7 @@ BASE_POLICY_NAME = 'os_compute_api:os-floating-ip-pools'
floating_ip_pools_policies = [
policy.DocumentedRuleDefault(
name=BASE_POLICY_NAME,
- check_str=base.RULE_ADMIN_OR_OWNER,
+ check_str=base.RULE_ANY,
description="List floating IP pools. This API is deprecated.",
operations=[
{