Skip to content

Commit

Permalink
Openstack: Remove the MachineType
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Necas <[email protected]>
  • Loading branch information
mnecas committed Jan 7, 2025
1 parent 94e357e commit 6c1599f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/controller/plan/adapter/openstack/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@ const (
SecureBootOptional = "optional"
)

// Machine types
const (
PC = "pc"
Q35 = "q35"
PcQ35 = "pc-q35"
)

// Firmware types
const (
BIOS = "bios"
Expand Down Expand Up @@ -204,7 +197,6 @@ const (
CpuSockets = "hw_cpu_sockets"
CpuThreads = "hw_cpu_threads"
FirmwareType = "hw_firmware_type"
MachineType = "hw_machine_type"
CdromBus = "hw_cdrom_bus"
PointerModel = "hw_pointer_model"
VideoModel = "hw_video_model"
Expand Down Expand Up @@ -247,7 +239,6 @@ var DefaultProperties = map[string]string{
CpuPolicy: CpuPolicyShared,
CpuThreadPolicy: CpuThreadPolicyPrefer,
FirmwareType: BIOS,
MachineType: PC,
CdromBus: IdeBus,
PointerModel: UsbTablet,
VideoModel: VideoVirtio,
Expand Down

0 comments on commit 6c1599f

Please sign in to comment.