From: Sandon Van Ness Date: Fri, 16 Aug 2013 01:39:43 +0000 (-0700) Subject: Fixing assumed typo. X-Git-Tag: 1.1.0~1973 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4a47eedce796945166cf96b5b907c42d7e6db0d2;p=teuthology.git Fixing assumed typo. Assuming this has to be a typo but its breaking the ceph-deploy task. Signed-off-by: Sandon Van Ness --- diff --git a/teuthology/task/ceph-deploy.py b/teuthology/task/ceph-deploy.py index 9164aa11e5..193e6583ec 100644 --- a/teuthology/task/ceph-deploy.py +++ b/teuthology/task/ceph-deploy.py @@ -24,7 +24,7 @@ def download_ceph_deploy(ctx, config): testdir = teuthology.get_testdir(ctx) ceph_admin = teuthology.get_first_mon(ctx, config) default_cd_branch = {'ceph-deploy-branch': 'master'} - ceph_deploy_branch = ctx.get( + ceph_deploy_branch = config.get( 'ceph-deploy', default_cd_branch).get('ceph-deploy-branch')