Switch to using '-' in clouds.yaml
OSCC supports both '-' and '_'. All our other nodepool related configs use '-', so switch this one to use it to reduce cognitive dissonance and copy/pastability. Change-Id: I6244631734088d213729d19f52c0d766c5737965
This commit is contained in:
parent
41f92594cc
commit
40a9cef1fc
@ -1,21 +1,21 @@
|
||||
clouds:
|
||||
rax:
|
||||
cloud: rackspace
|
||||
region_name: DFW,ORD,IAD
|
||||
region-name: DFW,ORD,IAD
|
||||
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
|
||||
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'
|
||||
|
Loading…
Reference in New Issue
Block a user