system-config/modules/openstack_project/templates/nodepool/clouds.yaml.erb
Monty Taylor 3ed43ca05f Add a clouds.yaml file in anticipation of shade
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
2015-03-30 19:19:42 +00: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'