From: Alfredo Deza Date: Wed, 12 Mar 2014 20:08:14 +0000 (-0400) Subject: make fedora re-use the centos repo install X-Git-Tag: v1.4.0~5^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d1128bc63c455fc30c30d908be083ab649e09d61;p=ceph-deploy.git make fedora re-use the centos repo install Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/hosts/fedora/__init__.py b/ceph_deploy/hosts/fedora/__init__.py index d09e1ec..fb38a33 100644 --- a/ceph_deploy/hosts/fedora/__init__.py +++ b/ceph_deploy/hosts/fedora/__init__.py @@ -1,5 +1,6 @@ import mon from ceph_deploy.hosts.centos import pkg +from ceph_deploy.hosts.centos.install import repo_install from install import install, mirror_install from uninstall import uninstall