From 4ec8d3f50acefcb4429c73ee810032db0b126251 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 5 May 2016 11:18:21 -0700 Subject: [PATCH] openqa/worker - okay maybe this? WHO KNOWS LET'S SEE watch the pretty pretty fireworks --- roles/openqa/worker/templates/ifcfg-gre.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openqa/worker/templates/ifcfg-gre.j2 b/roles/openqa/worker/templates/ifcfg-gre.j2 index 96445101fe..587a168865 100644 --- a/roles/openqa/worker/templates/ifcfg-gre.j2 +++ b/roles/openqa/worker/templates/ifcfg-gre.j2 @@ -3,5 +3,5 @@ TYPE='OVSTunnel' OVS_BRIDGE='br0' DEVICE='gre{{ item.0 }}' OVS_TUNNEL_TYPE='gre' -OVS_TUNNEL_OPTIONS="options:remote_ip={{ hostvars[item.1][eth0_ip] }}' +OVS_TUNNEL_OPTIONS="options:remote_ip={{ hostvars[inventory_hostname][eth0_ip] }}' ONBOOT='yes'