Skip to content

Commit

Permalink
Merge pull request #2179 from metalice/CNV-48521-remove-default-sata-…
Browse files Browse the repository at this point in the history
…from-rrot-disk-iso-flow

CNV-48521: Remove default SATA from rootDisk - iso flow
  • Loading branch information
openshift-merge-bot[bot] authored Sep 16, 2024
2 parents 9ac78cc + ec3b0e4 commit 6f58d9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/catalog/CreateFromInstanceTypes/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,6 @@ export const addISOFlowToVM = (vm: V1VirtualMachine, storageClassName: string) =
},
{
bootOrder: 1,
disk: {
bus: InterfaceTypes.SATA,
},
name: ROOTDISK,
},
]);
Expand Down

0 comments on commit 6f58d9b

Please sign in to comment.