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:
parent
445d56273f
commit
294cb08a0f
2 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ const onSave = (values) => {
|
|||
image_requests: [
|
||||
{
|
||||
architecture: 'x86_64',
|
||||
image_type: 'vhd',
|
||||
image_type: 'gcp',
|
||||
upload_request: {
|
||||
type: 'gcp',
|
||||
options: {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue