Skip to content

Commit e845a00

Browse files
committed
Openstack: Remove the MachineType
Signed-off-by: Martin Necas <mnecas@redhat.com>
1 parent 757b769 commit e845a00

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pkg/controller/plan/adapter/openstack/builder.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,6 @@ const (
9494
SecureBootOptional = "optional"
9595
)
9696

97-
// Machine types
98-
const (
99-
PC = "pc"
100-
Q35 = "q35"
101-
PcQ35 = "pc-q35"
102-
)
103-
10497
// Firmware types
10598
const (
10699
BIOS = "bios"
@@ -204,7 +197,6 @@ const (
204197
CpuSockets = "hw_cpu_sockets"
205198
CpuThreads = "hw_cpu_threads"
206199
FirmwareType = "hw_firmware_type"
207-
MachineType = "hw_machine_type"
208200
CdromBus = "hw_cdrom_bus"
209201
PointerModel = "hw_pointer_model"
210202
VideoModel = "hw_video_model"
@@ -247,7 +239,6 @@ var DefaultProperties = map[string]string{
247239
CpuPolicy: CpuPolicyShared,
248240
CpuThreadPolicy: CpuThreadPolicyPrefer,
249241
FirmwareType: BIOS,
250-
MachineType: PC,
251242
CdromBus: IdeBus,
252243
PointerModel: UsbTablet,
253244
VideoModel: VideoVirtio,

0 commit comments

Comments
 (0)