Merge "Make region list a list"

This commit is contained in:
Jenkins 2015-10-24 23:31:06 +00:00 committed by Gerrit Code Review
commit aa327a805a

View File

@ -1,14 +1,19 @@
clouds:
rax:
profile: rackspace
region_name: DFW,ORD,IAD
regions:
- DFW
- ORD
- IAD
auth:
username: '<%= rackspace_username %>'
password: '<%= rackspace_password %>'
project_id: <%= rackspace_project %>
hpcloud:
profile: hp
region_name: region-a.geo-1,region-b.geo-1
regions:
- region-a.geo-1
- region-b.geo-1
auth:
username: '<%= hpcloud_username %>'
password: '<%= hpcloud_password %>'