Skip to content

Commit

Permalink
Merge pull request #6277 from yaacov/image-and-url-validation-should-…
Browse files Browse the repository at this point in the history
…not-be-skiped

Bug 1840958: Dont skip validation of url and container sources
  • Loading branch information
openshift-merge-robot committed Aug 10, 2020
2 parents 4aaf362 + 953fa73 commit 5500c2a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,9 @@ export const getInitialVmSettings = (data: CommonData): VMSettings => {
},
[VMSettingsField.CONTAINER_IMAGE]: {
isHidden: hiddenByProviderOrCloneCommonBaseDiskImage,
skipValidation: true, // validated in storage tab
},
[VMSettingsField.IMAGE_URL]: {
isHidden: hiddenByProviderOrCloneCommonBaseDiskImage,
skipValidation: true, // validated in storage tab
},
[VMSettingsField.START_VM]: {
value: false,
Expand Down

0 comments on commit 5500c2a

Please sign in to comment.