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/playbooks/roles/remove-folders/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'prototypes/xci/playbooks/roles') diff --git a/prototypes/xci/playbooks/roles/remove-folders/tasks/main.yml b/prototypes/xci/playbooks/roles/remove-folders/tasks/main.yml index ac8c0f7dc..425b8dbf4 100644 --- a/prototypes/xci/playbooks/roles/remove-folders/tasks/main.yml +++ b/prototypes/xci/playbooks/roles/remove-folders/tasks/main.yml @@ -18,3 +18,4 @@ - "{{ OPENSTACK_OSA_PATH }}" - "{{ OPENSTACK_OSA_ETC_PATH }}" - "{{ LOG_PATH }} " + - "{{ OPNFV_SSH_HOST_KEYS_PATH }}" -- cgit 1.2.3-korg