mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Feature #1727: Document adding extra attributes to disk and nic
on onetemplate instantiate
This commit is contained in:
parent
675dd15df2
commit
f30d64aaf1
@ -226,14 +226,20 @@ EOT
|
||||
:name => 'disk',
|
||||
:large => '--disk image0,image1',
|
||||
:description => "Disks to attach. To use an image owned by"<<
|
||||
" other user use user[disk]",
|
||||
" other user use user[disk]. Add any additional"<<
|
||||
" attributes separated by ':' and in the shape of"<<
|
||||
" KEY=VALUE. For example, if the disk must be"<<
|
||||
" resized, use image0:size=1000 . Or"<<
|
||||
" image0:size=1000:target=vda,image1:target=vdb",
|
||||
:format => Array
|
||||
},
|
||||
{
|
||||
:name => 'nic',
|
||||
:large => '--nic network0,network1',
|
||||
:description => "Networks to attach. To use a network owned by"<<
|
||||
" other user use user[network]",
|
||||
" other user use user[network]. Additional"<<
|
||||
" attributes are supported like with the --disk"<<
|
||||
" option.",
|
||||
:format => Array
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user