Skip to content
Snippets Groups Projects
Commit 0b063b42 authored by Guido Trotter's avatar Guido Trotter
Browse files

gnt-instance(8) one more batch-create update


Document the new nics list, as an alternative to the one nick which you
can create with the old mac, ip, mode, link/bridge keys.

Also specify that 'bridge' is still accepted as well.

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent a379d9bd
No related branches found
No related tags found
No related merge requests found
...@@ -689,7 +689,18 @@ ...@@ -689,7 +689,18 @@
<term>mac, ip, mode, link</term> <term>mac, ip, mode, link</term>
<listitem> <listitem>
<simpara>Specifications for the one NIC that will be <simpara>Specifications for the one NIC that will be
created for the instance.</simpara> created for the instance. 'bridge' is also accepted
as a backwards compatibile key.</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>nics</term>
<listitem>
<simpara>List of nics that will be created for the
instance. Each entry should be a dict, with mac, ip, mode
and link as possible keys. Please don't provide the "mac,
ip, mode, link" parent keys if you use this method for
specifying nics.</simpara>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment