Monty Taylor e22f243b19 Make region list a list
YAML has, you know, data structures.

Change-Id: Ic81c7f3bac18832f3a2e1507208a3e7c94f69b89
2015-09-15 16:32:19 +02:00

27 lines
684 B
Plaintext

clouds:
rax:
profile: rackspace
regions:
- DFW
- ORD
- IAD
auth:
username: '<%= rackspace_username %>'
password: '<%= rackspace_password %>'
project_id: <%= rackspace_project %>
hpcloud:
profile: hp
regions:
- region-a.geo-1
- region-b.geo-1
auth:
username: '<%= hpcloud_username %>'
password: '<%= hpcloud_password %>'
project_name: '<%= hpcloud_project %>'
tripleo-test-cloud-rh1:
auth:
username: '<%= tripleo_username %>'
password: '<%= tripleo_password %>'
project_name: '<%= tripleo_project %>'
auth_url: 'https://ci-overcloud.rh1.tripleo.org:13000/v2.0'