summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-07-12 16:32:25 -0400
committerTim Rozet <trozet@redhat.com>2016-07-12 16:32:25 -0400
commit591d9ecc3c84946c9262d99236b2d700a9c051bc (patch)
treebe7b4033b48ab963688d6d90c3496e07e2071f59 /build
parent23530516f2ceca4f1215140a287016288923ad47 (diff)
Adds nova policy for server host status via owner
JIRA: APEX-196 Change-Id: I21f63e69ecc4d5b979ed4780c6e92e3ad272b8d7 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build')
-rw-r--r--build/opnfv-environment.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml
index 54b1e6f2..7a3ae739 100644
--- a/build/opnfv-environment.yaml
+++ b/build/opnfv-environment.yaml
@@ -8,3 +8,8 @@ parameters:
EnableSahara: false
ExtraConfig:
tripleo::ringbuilder::build_ring: False
+ nova::policy::policies:
+ nova-os_compute_api:servers:show:host_status:
+ key: 'os_compute_api:servers:show:host_status'
+ value: 'rule:admin_or_owner'
+