James E. Blair 40a9cef1fc 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
2015-05-29 09:20:29 -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'