From 1c26a81334e0a92e5d1bd212029762fab9d3155c Mon Sep 17 00:00:00 2001 From: Ricardo Noriega Date: Thu, 16 Aug 2018 09:39:01 +0200 Subject: Add Nova migration params to upstream env file JIRA: APEX-635 Change-Id: I488dd5d9b114aba5f4bb4591a0cdd8c19b692ce9 Signed-off-by: Ricardo Noriega --- build/upstream-environment.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/upstream-environment.yaml') 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' -- cgit 1.2.3-korg