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
This commit is contained in:
Clark Boylan 2018-06-29 14:35:32 -07:00
parent dc4b563c5d
commit 6baef98ed6
1 changed files with 2 additions and 0 deletions

View File

@ -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 %>'