system-config/modules/openstack_project/templates/nodepool/clouds.yaml.erb
Clark Boylan 8ada5f65f6 Use _ instead of - in clouds.yaml
The keys that openstack client config look for are project_id and
auth_url not project-id and auth-url. Update the keys so that nodepool's
shade config works properly.

Change-Id: Idad2894d1a9eef1a4f77d52ea4a099882c889265
2015-05-26 19:29:09 -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'