diff options
author | Ricardo Noriega <rnoriega@redhat.com> | 2018-08-16 09:39:01 +0200 |
---|---|---|
committer | Ricardo Noriega <rnoriega@redhat.com> | 2018-08-20 13:28:27 +0200 |
commit | 1c26a81334e0a92e5d1bd212029762fab9d3155c (patch) | |
tree | c77536be472504fec1db0af9bc864dd488a9e10b /build | |
parent | c0a4aa96bbe70eefb179d59a1267b8115651bba5 (diff) |
Add Nova migration params to upstream env file
JIRA: APEX-635
Change-Id: I488dd5d9b114aba5f4bb4591a0cdd8c19b692ce9
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/upstream-environment.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/upstream-environment.yaml b/build/upstream-environment.yaml index 2d037c38..ab110177 100644 --- a/build/upstream-environment.yaml +++ b/build/upstream-environment.yaml @@ -11,6 +11,9 @@ parameter_defaults: #NeutronBridgeMappings: "datacentre:br-ex" #OpenDaylightProviderMappings: "datacentre:br-ex" NeutronNetworkType: vxlan + MigrationSshKey: + public_key: replace_public_key + private_key: replace_private_key SshServerOptions: HostKey: - '/etc/ssh/ssh_host_rsa_key' |