From ccb4db1904d5ba89ee54f9c6b849845e9826dd01 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 10 Oct 2018 15:35:31 -0400 Subject: [PATCH] ceph-volume remove version reporting from help menu Signed-off-by: Alfredo Deza (cherry picked from commit 20db7bf585f6433c6705396264005a4227cbf2e3) --- src/ceph-volume/ceph_volume/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ceph-volume/ceph_volume/main.py b/src/ceph-volume/ceph_volume/main.py index 33479fbe8741..47358f2dd341 100644 --- a/src/ceph-volume/ceph_volume/main.py +++ b/src/ceph-volume/ceph_volume/main.py @@ -5,7 +5,6 @@ import pkg_resources import sys import logging -import ceph_volume from ceph_volume.decorators import catches from ceph_volume import log, devices, configuration, conf, exceptions, terminal @@ -15,8 +14,6 @@ class Volume(object): ceph-volume: Deploy Ceph OSDs using different device technologies like lvm or physical disks. -Version: {version} - Log Path: {log_path} Ceph Conf: {ceph_path} @@ -43,7 +40,6 @@ Ceph Conf: {ceph_path} warning = 'See "ceph-volume --help" for full list of options.' if warning else '' return self._help.format( warning=warning, - version=ceph_volume.__version__, log_path=conf.log_path, ceph_path=self.stat_ceph_conf(), plugins=self.plugin_help, -- 2.47.3