]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
add the flag to specify for ceph-conf
authorAlfredo Deza <alfredo.deza@inktank.com>
Thu, 21 Aug 2014 19:07:00 +0000 (15:07 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Thu, 21 Aug 2014 19:07:00 +0000 (15:07 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/cli.py

index d3f5f7621d750264b52fbc58883e4ef10017ae8f..f5646e20819a396d8e88312ba77d53354b5d6a0a 100644 (file)
@@ -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',