diff options
author | 2017-05-16 15:01:26 +0000 | |
---|---|---|
committer | 2017-05-16 15:01:26 +0000 | |
commit | 9620b4676471e8cd21890776f8573112cdd16282 (patch) | |
tree | 8f7eed64d75a7121f6f605bd167f1e1952712514 /prototypes/xci/config | |
parent | 331b1671696fdc7823332add1f48b6ce90b99c75 (diff) | |
parent | 723d3bfe75a2007b6316e4f4fb4d4e7d7ac266ea (diff) |
Merge "prototypes: xci: Move host keys away from / directory"
Diffstat (limited to 'prototypes/xci/config')
-rwxr-xr-x | prototypes/xci/config/user-vars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prototypes/xci/config/user-vars b/prototypes/xci/config/user-vars index 135db71c6..f9de940a2 100755 --- a/prototypes/xci/config/user-vars +++ b/prototypes/xci/config/user-vars @@ -32,6 +32,7 @@ export XCI_DEVEL_ROOT=${XCI_DEVEL_ROOT:-"/tmp/.xci-deploy-env"} export OPNFV_RELENG_PATH="${XCI_DEVEL_ROOT}/releng" export OPENSTACK_BIFROST_PATH="${XCI_DEVEL_ROOT}/bifrost" export OPENSTACK_OSA_PATH="${XCI_DEVEL_ROOT}/openstack-ansible" +export OPNFV_SSH_HOST_KEYS_PATH="${XCI_DEVEL_ROOT}/ssh_host_keys" #------------------------------------------------------------------------------- # Set the playbook to use for OpenStack deployment |