From 723d3bfe75a2007b6316e4f4fb4d4e7d7ac266ea Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 10 May 2017 11:37:38 +0100 Subject: prototypes: xci: Move host keys away from / directory Putting the host keys in '/' requires root privileges so it's best if we place them in the same directory like the rest of the XCI files. Change-Id: I030ed3d6cbb57bb984a78aeffb4eca2bd5c10bb0 Signed-off-by: Markos Chandras --- prototypes/xci/config/user-vars | 1 + 1 file changed, 1 insertion(+) (limited to 'prototypes/xci/config') 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 -- cgit 1.2.3-korg