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:
James E. Blair 2015-05-29 09:20:29 -07:00
parent 41f92594cc
commit 40a9cef1fc

View File

@ -1,21 +1,21 @@
clouds: clouds:
rax: rax:
cloud: rackspace cloud: rackspace
region_name: DFW,ORD,IAD region-name: DFW,ORD,IAD
auth: auth:
username: '<%= rackspace_username %>' username: '<%= rackspace_username %>'
password: '<%= rackspace_password %>' password: '<%= rackspace_password %>'
project_id: '<%= rackspace_project %>' project-id: '<%= rackspace_project %>'
hpcloud: hpcloud:
cloud: hp cloud: hp
region_name: region-a.geo-1,region-b.geo-1 region-name: region-a.geo-1,region-b.geo-1
auth: auth:
username: '<%= hpcloud_username %>' username: '<%= hpcloud_username %>'
password: '<%= hpcloud_password %>' password: '<%= hpcloud_password %>'
project_id: '<%= hpcloud_project %>' project-id: '<%= hpcloud_project %>'
tripleo-test-cloud-rh1: tripleo-test-cloud-rh1:
auth: auth:
username: '<%= tripleo_username %>' username: '<%= tripleo_username %>'
password: '<%= tripleo_password %>' password: '<%= tripleo_password %>'
project_id: '<%= tripleo_project %>' project-id: '<%= tripleo_project %>'
auth_url: 'https://ci-overcloud.rh1.tripleo.org:13000/v2.0' auth-url: 'https://ci-overcloud.rh1.tripleo.org:13000/v2.0'