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
This commit is contained in:
Monty Taylor 2018-07-18 19:28:06 -05:00
parent 02283b99c1
commit 0d2063cf68
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 0 deletions

View File

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