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:
Paul Belanger 2016-08-27 11:43:12 -04:00
parent 6667567d44
commit d30dab33e0
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

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