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:
parent
b17d9b5325
commit
0a575399c1
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class CreateImageWizard extends Component {
|
|||
image_requests: [
|
||||
{
|
||||
architecture: 'x86_64',
|
||||
image_type: 'qcow2',
|
||||
image_type: 'ami',
|
||||
upload_requests: [{
|
||||
type: 'aws',
|
||||
options: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue