diff options
author | Tim Rozet <trozet@redhat.com> | 2016-07-26 19:22:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-26 19:22:55 +0000 |
commit | fdece1a118282d19cce0eb9e586cc0c07b0bd01a (patch) | |
tree | 03b3334af01ecfffbc2ca0e09159d845c719d159 /build | |
parent | fda3923dd7649fafed5ce050adb9d78a0e00bac4 (diff) | |
parent | ffab5943f9f4c0ddf87004352791f2e852b9bdc4 (diff) |
Merge "Add nova ssh key for vm resize"
Diffstat (limited to 'build')
-rw-r--r-- | build/opnfv-environment.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml index 7a723f54..4f9fd986 100644 --- a/build/opnfv-environment.yaml +++ b/build/opnfv-environment.yaml @@ -11,6 +11,12 @@ parameters: EnableTacker: true 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' |