]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fix package_version_for_hash() call
authorZack Cerza <zack.cerza@inktank.com>
Tue, 29 Jul 2014 20:43:41 +0000 (14:43 -0600)
committerZack Cerza <zack.cerza@inktank.com>
Tue, 29 Jul 2014 20:43:41 +0000 (14:43 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/suite.py

index 652a1ca599c2cfc21ea15403e7b8c75633e0ae87..342b719a62dba9f74e2f577e4d36fed74adf13b2 100644 (file)
@@ -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))