From: Alfredo Deza Date: Fri, 9 Aug 2013 16:54:04 +0000 (-0700) Subject: correct the arguments for fedora install X-Git-Tag: v1.2~6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2bcf650647429e8c71686b2b9e5bd4267035d9d0;p=ceph-deploy.git correct the arguments for fedora install Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/hosts/fedora/install.py b/ceph_deploy/hosts/fedora/install.py index e620b91..61df23d 100644 --- a/ceph_deploy/hosts/fedora/install.py +++ b/ceph_deploy/hosts/fedora/install.py @@ -2,7 +2,7 @@ from ceph_deploy.util.wrappers import check_call from ceph_deploy.hosts import common -def install(distro, logger, release, version_kind, version): +def install(distro, logger, version_kind, version): release = distro.release machine = distro.sudo_conn.modules.platform.machine()