summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_policy.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-04-14 14:56:30 +0000
committerGerrit Code Review <review@openstack.org>2020-04-14 14:56:31 +0000
commit08ad283eae6a590fb78925ada38a542f5d0cd57b (patch)
tree4309a98eee8ffbe077b4e5607970d2470abfa08b /nova/tests/unit/test_policy.py
parent0e8928ab1fdbcf3a7ce5eaa5016ad034c4928d7d (diff)
parent82303e0561b6ffe179478c4b420f98218aa586f1 (diff)
downloadnova-08ad283eae6a590fb78925ada38a542f5d0cd57b.tar.gz
Merge "Pass the actual target in server group policy"
Diffstat (limited to 'nova/tests/unit/test_policy.py')
-rw-r--r--nova/tests/unit/test_policy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/unit/test_policy.py b/nova/tests/unit/test_policy.py
index 13a422daf7..ee4a4b87bc 100644
--- a/nova/tests/unit/test_policy.py
+++ b/nova/tests/unit/test_policy.py
@@ -350,6 +350,7 @@ class RealRolePolicyTestCase(test.NoDBTestCase):
"os_compute_api:os-quota-sets:update",
"os_compute_api:os-quota-sets:delete",
"os_compute_api:os-server-diagnostics",
+"os_compute_api:os-server-groups:index:all_projects",
"os_compute_api:os-services:update",
"os_compute_api:os-services:delete",
"os_compute_api:os-shelve:shelve_offload",