From: Alfredo Deza Date: Thu, 21 Aug 2014 19:07:00 +0000 (-0400) Subject: add the flag to specify for ceph-conf X-Git-Tag: v1.5.12~6^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a14e1c98eadca95d3391080495387ea3024e41de;p=ceph-deploy.git add the flag to specify for ceph-conf Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/cli.py b/ceph_deploy/cli.py index d3f5f76..f5646e2 100644 --- a/ceph_deploy/cli.py +++ b/ceph_deploy/cli.py @@ -64,6 +64,11 @@ def get_parser(): help='name of the cluster', type=validate.alphanumeric, ) + parser.add_argument( + '--ceph-conf', + dest='ceph_conf', + help='use (or reuse) a given ceph.conf file', + ) sub = parser.add_subparsers( title='commands', metavar='COMMAND',