puppet-nova/types/cpumode.pp
Takashi Kajinami b40efa36dc Validate virt_type and cpu_mode
Nova accepts only specific values for these two options. Enforce
the same supported choices at the input.

Change-Id: I7c147896f1c04962117ebd1a9b483536826617ac
2024-07-11 16:44:05 +09:00

7 lines
88 B
ObjectPascal

type Nova::CpuMode = Enum[
'host-model',
'host-passthrough',
'custom',
'none'
]