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:
parent
54bc59dbdd
commit
c0ba720d31
@ -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
|
||||
|
@ -235,6 +235,7 @@ std::map<std::string,std::vector<std::string>> VirtualMachineTemplate::UPDATECON
|
||||
{"RAW",
|
||||
{ "TYPE",
|
||||
"DATA",
|
||||
"VALIDATE",
|
||||
"DATA_VMX"}
|
||||
},
|
||||
{"CPU_MODEL",
|
||||
|
Loading…
Reference in New Issue
Block a user