]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
RM-11642: Remove unused flag from test_install.py 290/head
authorTravis Rhoden <trhoden@redhat.com>
Fri, 15 May 2015 14:39:51 +0000 (10:39 -0400)
committerTravis Rhoden <trhoden@redhat.com>
Fri, 15 May 2015 14:39:51 +0000 (10:39 -0400)
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/tests/test_install.py

index 46231bee94ebb2d61970ac4292410a48371fc88c..abd1fe75bf8485963e01e32c11f8b0d14cc803fb 100644 (file)
@@ -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()