From: Travis Rhoden Date: Thu, 19 Mar 2015 20:23:14 +0000 (-0400) Subject: remove unimplemented 'rgw destroy' subcommand X-Git-Tag: v1.5.23~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f97efe85a42633282fba606de60f79379e0e53e0;p=ceph-deploy.git remove unimplemented 'rgw destroy' subcommand Signed-off-by: Travis Rhoden --- diff --git a/ceph_deploy/rgw.py b/ceph_deploy/rgw.py index 940d51b..7364efc 100644 --- a/ceph_deploy/rgw.py +++ b/ceph_deploy/rgw.py @@ -192,9 +192,8 @@ def make(parser): metavar='SUBCOMMAND', choices=[ 'create', - 'destroy', ], - help='create or destroy', + help='create an RGW instance', ) parser.add_argument( 'rgw',