3ed43ca05f
As we move to using shade through nodepool, several things can consume clouds.yaml via os-client-config. ansible openstack modules can also read the file, as well as python-openstackclient. SO - if we start putting clouds.yaml files places, then we can opt in to using it instead of directories full of shell script env vars. Change-Id: If25ee14f06a4530da4779e062b1ad46238e44f2e
22 lines
646 B
Plaintext
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'
|