CreateImageWizard: use non-deprecated image type aliases

'ami' was deprecated a while ago, and is kept around as an alias of
'aws'. Same with 'vhd' and 'azure', and 'vhd' and 'gcp'.

This maintains support for the old aliases where necessary.
This commit is contained in:
Sanne Raymaekers 2022-12-05 14:25:40 +01:00
parent dd08069e48
commit cb8ab9347e
8 changed files with 24 additions and 18 deletions

View file

@ -22,7 +22,7 @@ const mockComposes = {
image_requests: [
{
architecture: 'x86_64',
image_type: 'ami',
image_type: 'aws',
upload_request: {
type: 'aws',
options: {