summaryrefslogtreecommitdiffstats
path: root/build/opnfv-environment.yaml
diff options
context:
space:
mode:
authorMichael Chapman <michapma@redhat.com>2016-07-19 16:41:32 -0400
committerMichael Chapman <michapma@redhat.com>2016-07-21 17:39:10 -0400
commitffab5943f9f4c0ddf87004352791f2e852b9bdc4 (patch)
tree9e19a7fe709b829aef174277c3143b02644aec72 /build/opnfv-environment.yaml
parent66f4a30987f870d5a6416b2c46c7dfb95130b4d9 (diff)
Add nova ssh key for vm resize
SSH keys for the nova account are required for the nova resize functionality. A new pair of keys is generated for each deploy. In addition, host keys are populated and a shell is provided to the nova user on all compute nodes via puppet. opnfv-tht-pr: 43 Change-Id: Ibde6877d279bc0b87553301fbce44975286cb092 JIRA: APEX-147 Signed-off-by: Michael Chapman <michapma@redhat.com>
Diffstat (limited to 'build/opnfv-environment.yaml')
-rw-r--r--build/opnfv-environment.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml
index 61915c96..3d246bd6 100644
--- a/build/opnfv-environment.yaml
+++ b/build/opnfv-environment.yaml
@@ -11,6 +11,12 @@ parameters:
EnableTacker: false
ExtraConfig:
tripleo::ringbuilder::build_ring: False
+ nova::nova_public_key:
+ type: 'ssh-rsa'
+ replace_public_key:
+ nova::nova_private_key:
+ type: 'ssh-rsa'
+ replace_private_key:
nova::policy::policies:
nova-os_compute_api:servers:show:host_status:
key: 'os_compute_api:servers:show:host_status'