Merge "Make region list a list"
This commit is contained in:
commit
aa327a805a
@ -1,14 +1,19 @@
|
|||||||
clouds:
|
clouds:
|
||||||
rax:
|
rax:
|
||||||
profile: rackspace
|
profile: rackspace
|
||||||
region_name: DFW,ORD,IAD
|
regions:
|
||||||
|
- 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:
|
||||||
profile: hp
|
profile: hp
|
||||||
region_name: region-a.geo-1,region-b.geo-1
|
regions:
|
||||||
|
- region-a.geo-1
|
||||||
|
- region-b.geo-1
|
||||||
auth:
|
auth:
|
||||||
username: '<%= hpcloud_username %>'
|
username: '<%= hpcloud_username %>'
|
||||||
password: '<%= hpcloud_password %>'
|
password: '<%= hpcloud_password %>'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user