1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00
This commit is contained in:
Tino Vazquez 2022-07-28 13:54:30 +02:00
commit 26059fe5fc
2 changed files with 2 additions and 1 deletions

View File

@ -1350,7 +1350,7 @@ CommandParser::CmdParser.new(ARGV) do
FEATURES = ["ACPI", "PAE", "APIC", "LOCALTIME", "HYPERV", "GUEST_AGENT", "IOTHREADS"]
INPUT = ["TYPE", "BUS"]
GRAPHICS = ["TYPE", "LISTEN", "PASSWD", "KEYMAP" ]
RAW = ["DATA", "DATA_VMX", "TYPE"]
RAW = ["DATA", "DATA_VMX", "TYPE", "VALIDATE"]
CPU_MODEL = ["MODEL"]
CONTEXT (any value, **variable substitution will be made**)
EOT

View File

@ -235,6 +235,7 @@ std::map<std::string,std::vector<std::string>> VirtualMachineTemplate::UPDATECON
{"RAW",
{ "TYPE",
"DATA",
"VALIDATE",
"DATA_VMX"}
},
{"CPU_MODEL",