From 39ece1de471c531fa0eda5ee7e02f49c512e22cb Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Fri, 15 May 2015 10:39:51 -0400 Subject: [PATCH] RM-11642: Remove unused flag from test_install.py Signed-off-by: Travis Rhoden --- ceph_deploy/tests/test_install.py | 1 - 1 file changed, 1 deletion(-) 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() -- 2.47.3