From b1c27b85d524f2553af2487a98023b60efe421f3 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 8 Jun 2017 15:20:09 -0400 Subject: [PATCH] [RM-20228] cli: remove --cluster from the options, but leave 'ceph' as default Signed-off-by: Alfredo Deza --- ceph_deploy/cli.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ceph_deploy/cli.py b/ceph_deploy/cli.py index 4d84ae36..e3358aa3 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',