From 120c7aea1306cc7190c40625b3efd5d29f2209e1 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 17 Apr 2018 14:35:50 +0100 Subject: xci: osa: Fix OpenStack-Ansible bootstrap Commit 269b5fc033b1ee8d14d9d4694f4f0d3765866c0a ("xci: installer: osa: Fix status report when bootstrapping OSA") removed the 'chdir' parameter by accident and this broke the OpenStack-Ansible bootstrapping. This patch brings the missing parameter back. Change-Id: I0ecfa0eb4c91a9f1dfa2d86a8a50bacdbd224533 Signed-off-by: Markos Chandras --- xci/installer/osa/playbooks/configure-opnfvhost.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'xci') diff --git a/xci/installer/osa/playbooks/configure-opnfvhost.yml b/xci/installer/osa/playbooks/configure-opnfvhost.yml index 82b14d1c..96bd9e5e 100644 --- a/xci/installer/osa/playbooks/configure-opnfvhost.yml +++ b/xci/installer/osa/playbooks/configure-opnfvhost.yml @@ -114,6 +114,7 @@ command: "/bin/bash ./scripts/bootstrap-ansible.sh" args: creates: "/usr/local/bin/openstack-ansible" + chdir: "{{openstack_osa_path}}" - name: install opnfv pip required packages pip: -- cgit 1.2.3-korg