CreateImageWizard: Change image type to ami

Once we have multiple image types we need to make this dynamic based on
upload type. But qcow2 doesn't work under any circumstance so let's use
ami.
This commit is contained in:
Sanne Raymaekers 2021-02-05 12:21:32 +01:00
parent b17d9b5325
commit 0a575399c1

View file

@ -136,7 +136,7 @@ class CreateImageWizard extends Component {
image_requests: [
{
architecture: 'x86_64',
image_type: 'qcow2',
image_type: 'ami',
upload_requests: [{
type: 'aws',
options: {