From: Alfredo Deza Date: Thu, 8 Jun 2017 19:20:09 +0000 (-0400) Subject: [RM-20228] cli: remove --cluster from the options, but leave 'ceph' as default X-Git-Tag: v1.5.39~8^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b1c27b85d524f2553af2487a98023b60efe421f3;p=ceph-deploy.git [RM-20228] cli: remove --cluster from the options, but leave 'ceph' as default Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/cli.py b/ceph_deploy/cli.py index 4d84ae3..e3358aa 100644 --- a/ceph_deploy/cli.py +++ b/ceph_deploy/cli.py @@ -68,12 +68,6 @@ def get_parser(): action='store_true', help='overwrite an existing conf file on remote host (if present)', ) - parser.add_argument( - '--cluster', - metavar='NAME', - help='name of the cluster', - type=validate.alphanumeric, - ) parser.add_argument( '--ceph-conf', dest='ceph_conf',