]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
add a global option to allow a different username
authorAlfredo Deza <alfredo.deza@inktank.com>
Wed, 16 Oct 2013 21:10:52 +0000 (17:10 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Thu, 17 Oct 2013 18:38:57 +0000 (14:38 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/cli.py

index 54d94265a55174f10bd71092255072a18e0089d2..d7c3fb52f0b7e2548efd24652de981c246f10a4f 100644 (file)
@@ -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',