Code Review
/
apex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2353051
)
Adds nova policy for server host status via owner
85/16785/1
author
Tim Rozet
<trozet@redhat.com>
Tue, 12 Jul 2016 20:32:25 +0000
(16:32 -0400)
committer
Tim Rozet
<trozet@redhat.com>
Tue, 12 Jul 2016 20:32:25 +0000
(16:32 -0400)
JIRA: APEX-196
Change-Id: I21f63e69ecc4d5b979ed4780c6e92e3ad272b8d7
Signed-off-by: Tim Rozet <trozet@redhat.com>
build/opnfv-environment.yaml
patch
|
blob
|
history
diff --git
a/build/opnfv-environment.yaml
b/build/opnfv-environment.yaml
index
54b1e6f
..
7a3ae73
100644
(file)
--- 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'
+