From 0d2063cf68c833ef40013e0ff4cf814bc0ffc25a Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 18 Jul 2018 19:28:06 -0500 Subject: [PATCH] Set vexxhost auth_type to password There is a bug in sdk that is being fixed that causes auth discovery to work improperly. Setting auth_type to password works around it. Change-Id: Id8e8fe82827987660c4dc64bd9cf3d65ffd20cf4 --- modules/openstack_project/templates/nodepool/clouds.yaml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/templates/nodepool/clouds.yaml.erb b/modules/openstack_project/templates/nodepool/clouds.yaml.erb index f2a7aa5428..2d772c7ad1 100644 --- a/modules/openstack_project/templates/nodepool/clouds.yaml.erb +++ b/modules/openstack_project/templates/nodepool/clouds.yaml.erb @@ -46,6 +46,7 @@ clouds: region_name: ca-ymq-1 profile: vexxhost api_timeout: 60 + auth_type: password auth: username: '<%= @vexxhost_username %>' password: '<%= @vexxhost_password %>'