From 6baef98ed66751af874e5c226424609b37798ca8 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 29 Jun 2018 14:35:32 -0700 Subject: [PATCH] Force nodepool to use ipv4 in vexxhost Ipv6 is currently having routing issues to vexxhost IPs. Force ipv4 temporarily until this is corrected. Change-Id: Ib935e10edd8285f7f42f7091fb47f6d872dbc57a --- modules/openstack_project/templates/nodepool/clouds.yaml.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/openstack_project/templates/nodepool/clouds.yaml.erb b/modules/openstack_project/templates/nodepool/clouds.yaml.erb index f2a7aa5428..c39c48c235 100644 --- a/modules/openstack_project/templates/nodepool/clouds.yaml.erb +++ b/modules/openstack_project/templates/nodepool/clouds.yaml.erb @@ -46,6 +46,8 @@ 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 %>'