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
This commit is contained in:
Clark Boylan 2015-05-26 19:29:09 -07:00
parent 9a7d0acaf3
commit 8ada5f65f6

View File

@ -5,17 +5,17 @@ clouds:
auth:
username: '<%= rackspace_username %>'
password: '<%= rackspace_password %>'
project-id: '<%= rackspace_project %>'
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 %>'
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'
project_id: '<%= tripleo_project %>'
auth_url: 'https://ci-overcloud.rh1.tripleo.org:13000/v2.0'