system-config/modules/openstack_project/templates/nodepool/clouds.yaml.erb
James E. Blair e12eb7b409 Revert "Switch to using '-' in clouds.yaml"
This reverts commit 40a9cef1fc.

This did not work and I do not know why.

Change-Id: I471c68be0a2db49e56a90028781d1a487e6316ce
2015-06-04 13:53:21 -07:00

22 lines
646 B
Plaintext

clouds:
rax:
cloud: rackspace
region_name: DFW,ORD,IAD
auth:
username: '<%= rackspace_username %>'
password: '<%= rackspace_password %>'
project_id: '<%= rackspace_project %>'
hpcloud:
cloud: hp
region_name: region-a.geo-1,region-b.geo-1
auth:
username: '<%= hpcloud_username %>'
password: '<%= hpcloud_password %>'
project_id: '<%= hpcloud_project %>'
tripleo-test-cloud-rh1:
auth:
username: '<%= tripleo_username %>'
password: '<%= tripleo_password %>'
project_id: '<%= tripleo_project %>'
auth_url: 'https://ci-overcloud.rh1.tripleo.org:13000/v2.0'