CreateImageWizard: Fix google image type
Image type gcp doesn't exist, it should be vhd.
This commit is contained in:
parent
76108cb701
commit
f3887a1d42
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ class CreateImageWizard extends Component {
|
|||
image_requests: [
|
||||
{
|
||||
architecture: this.state.arch,
|
||||
image_type: 'gcp',
|
||||
image_type: 'vhd',
|
||||
upload_requests: [{
|
||||
type: 'gcp',
|
||||
options: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue