From: Alfredo Deza Date: Thu, 28 Aug 2014 15:47:28 +0000 (-0400) Subject: use the new utility properly in fedora X-Git-Tag: v1.5.13~3^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d42e28c5bca33f089c667f6a6f8d80e23052c3d4;p=ceph-deploy.git use the new utility properly in fedora Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/hosts/fedora/install.py b/ceph_deploy/hosts/fedora/install.py index 7678df6..63eae6d 100644 --- a/ceph_deploy/hosts/fedora/install.py +++ b/ceph_deploy/hosts/fedora/install.py @@ -1,5 +1,6 @@ from ceph_deploy.lib import remoto from ceph_deploy.hosts.centos.install import repo_install, mirror_install # noqa +from ceph_deploy.hosts.util import install_yum_priorities def install(distro, version_kind, version, adjust_repos): @@ -13,6 +14,8 @@ def install(distro, version_kind, version, adjust_repos): key = 'autobuild' if adjust_repos: + install_yum_priorities(distro) + if version_kind != 'dev': remoto.process.run( distro.conn,