fedimg: Use gp3 for volume type on EC2

* Remove standard volume type per FESCo #2985
* Switch gp2 to the new gp3 volume type per FESCo #2974

https://pagure.io/fesco/issue/2985
https://pagure.io/fesco/issue/2974

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2023-05-03 11:10:13 -05:00 committed by kevin
parent 65bf3bb3ec
commit 2b65f34972
1 changed files with 1 additions and 1 deletions

View File

@ -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']
volume_types = ['gp3']
[rackspace]
username = 'someuser'