Fix kolla gates

multinode gate change introduced bug that breaks kolla deploy gates.
This is fix.

Change-Id: Ibc5fe3adb3555e177d3a6a64250cbc9bf50430d1
This commit is contained in:
Michal (inc0) Jastrzebski 2018-01-03 15:05:38 -08:00
parent 9f9353cb66
commit 8bd6dd9be5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
- name: copy default ansible kolla-ansible inventory
template:
src: "{{ zuul.executor.work_root }}/{{ zuul.project.src_dir }}/tests/templates/inventory.j2"
src: "{{ kolla_ansible_full_src_dir }}/tests/templates/inventory.j2"
dest: "{{ kolla_inventory_path }}"
delegate_to: "primary"