From 8bd6dd9be532c09158bc7c082197dc9d95397740 Mon Sep 17 00:00:00 2001
From: "Michal (inc0) Jastrzebski" <inc007@gmail.com>
Date: Wed, 3 Jan 2018 15:05:38 -0800
Subject: [PATCH] Fix kolla gates

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

Change-Id: Ibc5fe3adb3555e177d3a6a64250cbc9bf50430d1
---
 tests/run.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/run.yml b/tests/run.yml
index fa1ecc41f1..889785c16a 100644
--- a/tests/run.yml
+++ b/tests/run.yml
@@ -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"