From: Alfredo Deza Date: Tue, 13 Aug 2013 15:56:37 +0000 (-0400) Subject: remove fallback of the fallback. so silly X-Git-Tag: 1.1.0~1985^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=643da65e8341f7ab7fa7afca2e936d5989f3b5ef;p=teuthology.git remove fallback of the fallback. so silly Signed-off-by: Alfredo Deza --- diff --git a/teuthology/task/ceph-deploy.py b/teuthology/task/ceph-deploy.py index 11f4518510..15e6b69ef3 100644 --- a/teuthology/task/ceph-deploy.py +++ b/teuthology/task/ceph-deploy.py @@ -26,7 +26,7 @@ def download_ceph_deploy(ctx, config): default_cd_branch = {'ceph-deploy-branch': 'master'} ceph_deploy_branch = ctx.get( 'ceph-deploy', - default_cd_branch).get('ceph-deploy-branch', 'master') + default_cd_branch).get('ceph-deploy-branch') ctx.cluster.only(ceph_admin).run( args=[