]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-20228] cli: remove --cluster from the options, but leave 'ceph' as default
authorAlfredo Deza <adeza@redhat.com>
Thu, 8 Jun 2017 19:20:09 +0000 (15:20 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 8 Jun 2017 19:20:09 +0000 (15:20 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/cli.py

index 4d84ae36de8c1fffca4250fb620ddb02b6d330e4..e3358aa37b614509cc798179e0ee2374589a7d06 100644 (file)
@@ -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',