Switch to infracloud-vanilla for nodepool clouds.yaml
This will future proof us when we bring chocolate online. Change-Id: Idff46d33ef7be81be07149b000937e912c67a7e2 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
6667567d44
commit
d30dab33e0
@ -87,12 +87,12 @@ clouds:
|
||||
username: '<%= @vexxhost_username %>'
|
||||
password: '<%= @vexxhost_password %>'
|
||||
project_name: '<%= @vexxhost_project %>'
|
||||
infracloud:
|
||||
infracloud-vanilla:
|
||||
auth:
|
||||
auth_url: https://controller00.vanilla.ic.openstack.org:5000
|
||||
username: '<%= @infracloud_username %>'
|
||||
password: '<%= @infracloud_password %>'
|
||||
project_name: '<%= @infracloud_project %>'
|
||||
username: '<%= @infracloud_vanilla_username %>'
|
||||
password: '<%= @infracloud_vanilla_password %>'
|
||||
project_name: '<%= @infracloud_vanilla_project %>'
|
||||
project_domain_name: default
|
||||
user_domain_name: default
|
||||
identity_api_version: '3'
|
||||
|
Loading…
x
Reference in New Issue
Block a user