Skip to content

Commit

Permalink
[RM-20228] cli: remove --cluster from the options, but leave 'ceph' a…
Browse files Browse the repository at this point in the history
…s default

Signed-off-by: Alfredo Deza <adeza@redhat.com>
  • Loading branch information
Alfredo Deza committed Jun 8, 2017
1 parent 283bfef commit b1c27b8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ceph_deploy/cli.py
Expand Up @@ -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',
Expand Down

0 comments on commit b1c27b8

Please sign in to comment.