[Pkg-ganeti-devel] [ganeti] 146/165: Update gnt-network example in admin page

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Tue Aug 11 13:53:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository ganeti.

commit 8d263453850e1db659d1d208572e4fc5c63754bd
Author: Klaus Aehlig <aehlig at google.com>
Date:   Thu Jul 23 12:38:14 2015 +0200

    Update gnt-network example in admin page
    
    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 at google.com>
    Reviewed-by: Hrvoje Ribicic <riba at google.com>
---
 doc/admin.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin.rst b/doc/admin.rst
index 30c5e8b..fbe4db4 100644
--- a/doc/admin.rst
+++ b/doc/admin.rst
@@ -869,7 +869,7 @@ to NIC configuration scripts and hooks via environment variables.
 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::
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti.git



More information about the Pkg-ganeti-devel mailing list