diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-04-17 16:26:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-17 16:26:39 +0000 |
commit | a7731d320ffc368b67c48c7f4d3f0f318c735e19 (patch) | |
tree | 53942fd89b6c2e9b123a0403a2d4d24aa6ba3a7d /xci | |
parent | 164e43f7e8f3b2c7767445969414457fb58030fe (diff) | |
parent | 120c7aea1306cc7190c40625b3efd5d29f2209e1 (diff) |
Merge "xci: osa: Fix OpenStack-Ansible bootstrap"
Diffstat (limited to 'xci')
-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: |