CreateImageWizard: Fix google image type

Image type gcp doesn't exist, it should be vhd.
This commit is contained in:
Sanne Raymaekers 2021-03-05 17:48:04 +01:00 committed by Tom Gundersen
parent 76108cb701
commit f3887a1d42

View file

@ -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: {