From d30dab33e0ba3af5561d6dbf76ca50ccaf713739 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sat, 27 Aug 2016 11:43:12 -0400 Subject: [PATCH] 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 --- .../openstack_project/templates/nodepool/clouds.yaml.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/openstack_project/templates/nodepool/clouds.yaml.erb b/modules/openstack_project/templates/nodepool/clouds.yaml.erb index 49467d2f90..8b4859a772 100644 --- a/modules/openstack_project/templates/nodepool/clouds.yaml.erb +++ b/modules/openstack_project/templates/nodepool/clouds.yaml.erb @@ -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'