summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-05-28 20:38:05 +0000
committerGerrit Code Review <review@openstack.org>2013-05-28 20:38:05 +0000
commita3e6133628310b0f41fad7271b048e30c0401e62 (patch)
treecae4c883ec92e867c99d6248f191afdfad5aa0ab /etc
parente18bb9f80bef34846913e667fc77e4d1132480ec (diff)
parent7a5ed3e76766596e45716d0fc05ff1e6e9199213 (diff)
downloadnova-a3e6133628310b0f41fad7271b048e30c0401e62.tar.gz
nova-a3e6133628310b0f41fad7271b048e30c0401e62.tar.xz
nova-a3e6133628310b0f41fad7271b048e30c0401e62.zip
Merge "Cells: Add filtering and weight support"
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/policy.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nova/policy.json b/etc/nova/policy.json
index d6524b6a2..b09f5f473 100644
--- a/etc/nova/policy.json
+++ b/etc/nova/policy.json
@@ -3,6 +3,7 @@
"admin_or_owner": "is_admin:True or project_id:%(project_id)s",
"default": "rule:admin_or_owner",
+ "cells_scheduler_filter:TargetCellFilter": "is_admin:True",
"compute:create": "",
"compute:create:attach_network": "",