]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fixing assumed typo.
authorSandon Van Ness <sandon@inktank.com>
Fri, 16 Aug 2013 01:39:43 +0000 (18:39 -0700)
committerSandon Van Ness <sandon@inktank.com>
Fri, 16 Aug 2013 02:00:54 +0000 (19:00 -0700)
Assuming this has to be a typo but its breaking the ceph-deploy
task.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
teuthology/task/ceph-deploy.py

index 9164aa11e56e082b6e370af7b8f2ec7305e94875..193e6583ecab0a56a3a71f5bdc958c9177b64b61 100644 (file)
@@ -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')