]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
lock.py: remove dead code trying to deal with locks 489/head
authorDan Mick <dan.mick@redhat.com>
Tue, 12 May 2015 01:18:04 +0000 (18:18 -0700)
committerDan Mick <dan.mick@redhat.com>
Wed, 13 May 2015 05:42:10 +0000 (22:42 -0700)
commit319a3057870704d005197960b1c20c56f7d04955
treee51ea2b356ff028df70f0a7a3a11ea983a8c6cd1
parent87397e58ff8648fdd309291720226d76d2a8cf7d
lock.py: remove dead code trying to deal with locks

Without this, lock.py keeps trying to get at the key in
case it might need it later...but there's nothing that even
uses that information left, so it just causes a delay.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
teuthology/lock.py