From: Alfredo Deza Date: Wed, 16 Oct 2013 21:10:52 +0000 (-0400) Subject: add a global option to allow a different username X-Git-Tag: v1.3~14^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f41445debf3e225bb80a9a7bbbd406956fbf2f23;p=ceph-deploy.git add a global option to allow a different username Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/cli.py b/ceph_deploy/cli.py index 54d9426..d7c3fb5 100644 --- a/ceph_deploy/cli.py +++ b/ceph_deploy/cli.py @@ -52,6 +52,10 @@ def get_parser(): version='%s' % ceph_deploy.__version__, help='the current installed version of ceph-deploy', ) + parser.add_argument( + '--username', + help='the username to connect to the remote host', + ) parser.add_argument( '--overwrite-conf', action='store_true',