Commit
2243b133 changed the syntax of the gnt-network command.
Mode and link are no longer passed as positional arguments, but
instead as named parameters in the --nic-parameters option.
However, the example in the admin page was not updated. Do this
now.
Signed-off-by: Klaus Aehlig <aehlig@google.com>
Reviewed-by: Hrvoje Ribicic <riba@google.com>
To make this network available on a nodegroup you should specify the
connectivity mode and link during connection::
- # gnt-network connect test bridged br100 default nodegroup1
+ # gnt-network connect --nic-parameters mode=bridged,link=br100 test default nodegroup1
To add a NIC inside this network::