Update vexxhost to use keystone v3 auth

They appear to have disabled v2.

Change-Id: Ie9025ee196a57bcdb3be046ee22e585debc1aa30
This commit is contained in:
Clark Boylan 2018-06-13 10:55:18 -07:00
parent d09eb0c223
commit 7a68034f5d
3 changed files with 8 additions and 0 deletions

View File

@ -50,6 +50,8 @@ clouds:
username: '<%= @vexxhost_username %>'
password: '<%= @vexxhost_password %>'
project_name: '<%= @vexxhost_project %>'
project_domain_name: default
user_domain_name: default
image_format: 'raw'
citycloud:
regions:

View File

@ -76,6 +76,8 @@ clouds:
username: '<%= @puppetmaster_clouds['openstackjenkins_vexxhost_username'] %>'
password: '<%= @puppetmaster_clouds['openstackjenkins_vexxhost_password'] %>'
project_name: '<%= @puppetmaster_clouds['openstackjenkins_vexxhost_project_name'] %>'
project_domain_name: default
user_domain_name: default
openstackci-vexxhost:
region_name: ca-ymq-1
profile: vexxhost
@ -83,6 +85,8 @@ clouds:
username: '<%= @puppetmaster_clouds['openstackci_vexxhost_username'] %>'
password: '<%= @puppetmaster_clouds['openstackci_vexxhost_password'] %>'
project_name: '<%= @puppetmaster_clouds['openstackci_vexxhost_project_name'] %>'
project_domain_name: default
user_domain_name: default
openstackci-citycloud:
regions:
- Lon1

View File

@ -52,6 +52,8 @@ clouds:
username: '<%= @puppetmaster_clouds['openstackci_vexxhost_username'] %>'
password: '<%= @puppetmaster_clouds['openstackci_vexxhost_password'] %>'
project_name: '<%= @puppetmaster_clouds['openstackci_vexxhost_project_name'] %>'
project_domain_name: default
user_domain_name: default
openstackci-citycloud:
regions:
- Lon1