From 591d9ecc3c84946c9262d99236b2d700a9c051bc Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 12 Jul 2016 16:32:25 -0400 Subject: Adds nova policy for server host status via owner JIRA: APEX-196 Change-Id: I21f63e69ecc4d5b979ed4780c6e92e3ad272b8d7 Signed-off-by: Tim Rozet --- build/opnfv-environment.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build') 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' + -- cgit 1.2.3-korg