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
This commit is contained in:
Monty Taylor 2015-05-28 12:13:47 -04:00
parent 55f758893b
commit e6d4643a81

View File

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