From 059115aa2f113fad1514d1440dc4e5b7fdbf6fca Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 1 Jul 2018 17:11:46 +0000 Subject: [PATCH] Revert "Force nodepool to use ipv4 in vexxhost" This reverts commit 6baef98ed66751af874e5c226424609b37798ca8. Letting nodes without working IPv6 but with IPv6 global routes into the pool does nothing but cause jobs which attempt to run on them to fail. Change-Id: I8921936dd5fdcb4565669f34ea49006ced40e996 --- modules/openstack_project/templates/nodepool/clouds.yaml.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/openstack_project/templates/nodepool/clouds.yaml.erb b/modules/openstack_project/templates/nodepool/clouds.yaml.erb index c39c48c235..f2a7aa5428 100644 --- a/modules/openstack_project/templates/nodepool/clouds.yaml.erb +++ b/modules/openstack_project/templates/nodepool/clouds.yaml.erb @@ -46,8 +46,6 @@ clouds: region_name: ca-ymq-1 profile: vexxhost api_timeout: 60 - # Temporarily disabled due to broken routes - force_ipv4: true auth: username: '<%= @vexxhost_username %>' password: '<%= @vexxhost_password %>'