Monty Taylor e6d4643a81 Use profile in clouds.yaml instead of cloud
The cloud moniker was confusing to people, so we added support in
os-client-config for calling it profile instead. Update the clouds.yaml
to indicate this. Also, change hp and tripleo to project_name since
that's what those are. Rackspace is still a project_id.

Change-Id: I77b2153a096ba3fced2e4d7c1f63663f798d4046
2015-07-04 09:38:20 -04:00

22 lines
652 B
Plaintext

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