1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #-: Improve onetemplate description

(cherry picked from commit a59e2d2c61d6c6bf495964768882a24f4aa6dd5c)
This commit is contained in:
Ruben S. Montero 2021-05-11 14:39:47 +00:00
parent 6eb2378ffd
commit 51510d0a5a
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -225,8 +225,17 @@ CommandParser::CmdParser.new(ARGV) do
Creates a new VM instance from the given Template. This VM can be
managed with the 'onevm' command.
The source Template can be modified adding or replacing attributes with
the optional file argument, or with the options.
The source Template can be modified by replacing existing attributes; or
adding new DISK or NIC elements. The new attributes can be specified with the
command options or the file argument.
Example:
- Instantiate a template and add a new disk
onetemplate instantiate 23 --nic private_net
- Instanteiate a template and replace CONTEXT with a new one
onetemplate instantiate 23 --startscript /path/to/my/start_script
EOT
command :instantiate, instantiate_desc, :templateid, [:file, nil],