summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
Diffstat (limited to 'openstack')
-rw-r--r--openstack/common/lockutils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack/common/lockutils.py b/openstack/common/lockutils.py
index 00becb0..ef42b9b 100644
--- a/openstack/common/lockutils.py
+++ b/openstack/common/lockutils.py
@@ -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