File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
pkg/controller/plan/adapter/openstack Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,6 @@ const (
94
94
SecureBootOptional = "optional"
95
95
)
96
96
97
- // Machine types
98
- const (
99
- PC = "pc"
100
- Q35 = "q35"
101
- PcQ35 = "pc-q35"
102
- )
103
-
104
97
// Firmware types
105
98
const (
106
99
BIOS = "bios"
@@ -204,7 +197,6 @@ const (
204
197
CpuSockets = "hw_cpu_sockets"
205
198
CpuThreads = "hw_cpu_threads"
206
199
FirmwareType = "hw_firmware_type"
207
- MachineType = "hw_machine_type"
208
200
CdromBus = "hw_cdrom_bus"
209
201
PointerModel = "hw_pointer_model"
210
202
VideoModel = "hw_video_model"
@@ -247,7 +239,6 @@ var DefaultProperties = map[string]string{
247
239
CpuPolicy : CpuPolicyShared ,
248
240
CpuThreadPolicy : CpuThreadPolicyPrefer ,
249
241
FirmwareType : BIOS ,
250
- MachineType : PC ,
251
242
CdromBus : IdeBus ,
252
243
PointerModel : UsbTablet ,
253
244
VideoModel : VideoVirtio ,
You can’t perform that action at this time.
0 commit comments