From ffab5943f9f4c0ddf87004352791f2e852b9bdc4 Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Tue, 19 Jul 2016 16:41:32 -0400 Subject: 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 --- build/opnfv-environment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build') 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' -- cgit 1.2.3-korg