From: Zack Cerza Date: Tue, 29 Jul 2014 20:43:41 +0000 (-0600) Subject: Fix package_version_for_hash() call X-Git-Tag: 1.1.0~1302 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b8687a54aa71209cc96e68358b4b01164bc18597;p=teuthology.git Fix package_version_for_hash() call Signed-off-by: Zack Cerza --- diff --git a/teuthology/suite.py b/teuthology/suite.py index 652a1ca599..342b719a62 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -183,7 +183,7 @@ def create_initial_config(suite, suite_branch, ceph_branch, teuthology_branch, # Get the ceph package version ceph_version = package_version_for_hash(ceph_hash, kernel_flavor, - machine_type) + distro, machine_type) if not ceph_version: schedule_fail("Packages for ceph version '{ver}' not found".format( ver=ceph_version))