From a958db4cc58dfdbec7cb34bdbc90b17c2745c8b8 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 7 Apr 2014 14:03:49 -0400 Subject: [PATCH] renaming default func to purgedata Signed-off-by: Alfredo Deza --- ceph_deploy/install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index bd56184..f7fbcca 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -198,7 +198,7 @@ def purge(args): distro.conn.exit() -def purge_data(args): +def purgedata(args): LOG.debug( 'Purging data from cluster %s hosts %s', args.cluster, @@ -430,5 +430,5 @@ def make_purge_data(parser): help='hosts to purge Ceph data from', ) parser.set_defaults( - func=purge_data, + func=purgedata, ) -- 2.47.3