diff options
author | Markos Chandras <mchandras@suse.de> | 2018-04-17 14:35:50 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-04-17 14:36:21 +0100 |
commit | 120c7aea1306cc7190c40625b3efd5d29f2209e1 (patch) | |
tree | 9c6e493bacc6ba75dc52cac82e57cb5605b07525 /xci/installer | |
parent | 56fdb1f7e2a1a94f8118668beadb22a833fb59a4 (diff) |
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 <mchandras@suse.de>
Diffstat (limited to 'xci/installer')
-rw-r--r-- | xci/installer/osa/playbooks/configure-opnfvhost.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |