Update oslo lockutils

Fixes bug 1158179

Change-Id: I9b8f5768480a0266dae10aeac15408e34e7d46da
This commit is contained in:
Gary Kotton 2013-03-24 07:36:51 +00:00
parent 844b27397d
commit dd5c549088
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ def synchronized(name, lock_file_prefix, external=False, lock_path=None):
local_lock_path = tempfile.mkdtemp()
if not os.path.exists(local_lock_path):
cleanup_dir = True
fileutils.ensure_tree(local_lock_path)
# NOTE(mikal): the lock name cannot contain directory