From 51f6ae2ae77afb3488633ce69d6055c3e64cdf21 Mon Sep 17 00:00:00 2001 From: Mark O'Brien Date: Fri, 30 Oct 2020 14:44:51 +0000 Subject: [PATCH] fedimg: add south african region to fedimg builds --- roles/fedimg/templates/fedimg-conf.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedimg/templates/fedimg-conf.toml b/roles/fedimg/templates/fedimg-conf.toml index 24a67337b9..ddd9250725 100644 --- a/roles/fedimg/templates/fedimg-conf.toml +++ b/roles/fedimg/templates/fedimg-conf.toml @@ -22,7 +22,7 @@ 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-west-1', 'eu-central-1', 'ap-northeast-1', 'ca-central-1', - 'eu-west-2', 'eu-west-3'] + 'eu-west-2', 'eu-west-3', 'af-south-1'] volume_types = ['standard', 'gp2'] [rackspace]