From 0b826f42ab77585a4b031f597ac16f6122feadb9 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Tue, 5 Dec 2017 17:28:12 +0530 Subject: [PATCH] config: Change the config to multiple lines Signed-off-by: Sayan Chowdhury --- fedimg-conf.toml.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fedimg-conf.toml.example b/fedimg-conf.toml.example index 95e8b19..613fad9 100644 --- a/fedimg-conf.toml.example +++ b/fedimg-conf.toml.example @@ -10,7 +10,9 @@ volume_size = 7 access_id = "secretaccessID" secret_key = "supersecretsecretkey" base_region = 'us-east-1' -regions = ['ap-northeast-2', 'us-east-2', 'ap-southeast-1', 'ap-southeast-2', 'ap-south-1', 'eu-west-1', 'sa-east-1', 'us-east-1', 'us-west-2', 'us-gov-west-1', 'us-west-1', 'eu-central-1', 'ap-northeast-1'] +regions = ['ap-northeast-2', 'us-east-2', 'ap-southeast-1', 'ap-southeast-2', + 'ap-south-1', 'eu-west-1', 'sa-east-1', 'us-east-1', 'us-west-2', + 'us-gov-west-1', 'us-west-1', 'eu-central-1', 'ap-northeast-1'] [rackspace] username = "someuser"