From: Travis Rhoden Date: Fri, 15 May 2015 14:39:51 +0000 (-0400) Subject: RM-11642: Remove unused flag from test_install.py X-Git-Tag: v1.5.24~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F290%2Fhead;p=ceph-deploy.git RM-11642: Remove unused flag from test_install.py Signed-off-by: Travis Rhoden --- diff --git a/ceph_deploy/tests/test_install.py b/ceph_deploy/tests/test_install.py index 46231be..abd1fe7 100644 --- a/ceph_deploy/tests/test_install.py +++ b/ceph_deploy/tests/test_install.py @@ -49,7 +49,6 @@ class TestDetectComponents(object): self.args.install_osd = False self.args.install_rgw = False self.args.install_common = False - self.args.install_ceph = False self.args.repo = False self.distro = Mock()