From 643da65e8341f7ab7fa7afca2e936d5989f3b5ef Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 13 Aug 2013 11:56:37 -0400 Subject: [PATCH] remove fallback of the fallback. so silly Signed-off-by: Alfredo Deza --- teuthology/task/ceph-deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph-deploy.py b/teuthology/task/ceph-deploy.py index 11f45185101ed..15e6b69ef307d 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=[ -- 2.39.5