1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

B #5936: Honor VALIDATE in updateconf

(cherry picked from commit 1c1151d966f1255f81619c0f571883e5703e1e5f)
This commit is contained in:
Ruben S. Montero 2022-07-28 13:31:11 +02:00
parent 54bc59dbdd
commit c0ba720d31
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87
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",