From 9ca51776522c1148166bdf53eedddc7dc06ee294 Mon Sep 17 00:00:00 2001 From: Antoni Segura Puimedon Date: Thu, 27 Jul 2017 18:23:27 +0200 Subject: [PATCH] devstack: create host interface to the pod subnet Patch set If5a49bc2010ea59965c5ee9570fb5d131cdf4089 meant that the host ovs interface was no longer in the pod subnet, meaning that the probes would return "no route to host". This patch addresses it by correcting the network selection. Change-Id: Ic6cacd3e2271f23b7141e0f1fce0d5f1a718ba6e Closes-Bug: #1707009 Signed-off-by: Antoni Segura Puimedon --- devstack/lib/kuryr_kubernetes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/kuryr_kubernetes b/devstack/lib/kuryr_kubernetes index 8849e6c40..059c390dd 100644 --- a/devstack/lib/kuryr_kubernetes +++ b/devstack/lib/kuryr_kubernetes @@ -30,7 +30,7 @@ function ovs_bind_for_kubelet() { --project "$project_id" \ --security-group "$security_group" \ --host "${HOSTNAME}" \ - --network private \ + --network "${KURYR_NEUTRON_DEFAULT_POD_NET}" \ -f value -c id \ kubelet-"${HOSTNAME}") ifname="kubelet${port_id}"