From 843930005b4dbc176b4ec2a8c7b75c42c8a10302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 3 Apr 2023 20:22:41 +0200 Subject: [PATCH] partially revert aws: allow to use gp3 storage type for fedimg partially reverting 034cf953db --- 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 65bd311033..e849271289 100644 --- a/roles/fedimg/templates/fedimg-conf.toml +++ b/roles/fedimg/templates/fedimg-conf.toml @@ -24,7 +24,7 @@ regions = [ 'af-south-1', 'eu-north-1', 'ap-south-1', 'eu-west-3', 'eu-west-2', 'ap-northeast-1', 'sa-east-1', 'ca-central-1', 'ap-east-1', 'ap-southeast-1', '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', 'gp3'] +volume_types = ['standard', 'gp2'] [rackspace] username = 'someuser'