CreateImageWizard: Use 'gcp' image type for gcp

The vhd alias for gcp was dropped, as image-builder includes extra repos
for gcp.
This commit is contained in:
Sanne Raymaekers 2022-04-25 13:47:06 +02:00
parent 445d56273f
commit 294cb08a0f
2 changed files with 2 additions and 2 deletions

View file

@ -110,7 +110,7 @@ const onSave = (values) => {
image_requests: [
{
architecture: 'x86_64',
image_type: 'vhd',
image_type: 'gcp',
upload_request: {
type: 'gcp',
options: {

View file

@ -1292,7 +1292,7 @@ describe('Click through all steps', () => {
image_name: 'MyImageName',
image_requests: [{
architecture: 'x86_64',
image_type: 'vhd',
image_type: 'gcp',
upload_request: {
type: 'gcp',
options: {