From c7a4031d5f9b851e3c21873dc0cca9ea3edad781 Mon Sep 17 00:00:00 2001 From: David Duncan Date: Fri, 3 Dec 2021 13:24:36 -0800 Subject: [PATCH] Update configuration to include new AWS region ap-southeast-3 Signed-off-by: David Duncan --- roles/fedimg/templates/fedimg-conf.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/fedimg/templates/fedimg-conf.toml b/roles/fedimg/templates/fedimg-conf.toml index cc0d7a5a2d..e849271289 100644 --- a/roles/fedimg/templates/fedimg-conf.toml +++ b/roles/fedimg/templates/fedimg-conf.toml @@ -22,8 +22,8 @@ base_region = 'us-east-1' regions = [ 'af-south-1', 'eu-north-1', 'ap-south-1', 'eu-west-3', 'eu-west-2', 'eu-south-1', 'eu-west-1', 'ap-northeast-3', 'ap-northeast-2', 'me-south-1', 'ap-northeast-1', 'sa-east-1', 'ca-central-1', 'ap-east-1', 'ap-southeast-1', - 'ap-southeast-2', 'eu-central-1', 'us-east-1', 'us-east-2', 'us-west-1', - 'us-west-2' ] + 'ap-southeast-2', 'ap-southeast-3', 'eu-central-1', 'us-east-1', 'us-east-2', + 'us-west-1', 'us-west-2' ] volume_types = ['standard', 'gp2'] [rackspace]