b40efa36dc
Nova accepts only specific values for these two options. Enforce the same supported choices at the input. Change-Id: I7c147896f1c04962117ebd1a9b483536826617ac
7 lines
72 B
ObjectPascal
7 lines
72 B
ObjectPascal
type Nova::VirtType = Enum[
|
|
'kvm',
|
|
'lxc',
|
|
'qemu',
|
|
'parallels'
|
|
]
|