summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-03-22 16:52:23 +0000
committerGerrit Code Review <review@openstack.org>2013-03-22 16:52:23 +0000
commit3e91e6d123cc737aebc80d2e7b413183bbc6828e (patch)
tree287034081443afd436e0a22472a23762716d67d3 /openstack
parent4abf480c7ec61e8906ec96da8f78dec336584f98 (diff)
parent88d316f0be89d8fe1cc5616091e0ceb47abfd55f (diff)
downloadoslo-3e91e6d123cc737aebc80d2e7b413183bbc6828e.tar.gz
oslo-3e91e6d123cc737aebc80d2e7b413183bbc6828e.tar.xz
oslo-3e91e6d123cc737aebc80d2e7b413183bbc6828e.zip
Merge "Locking edge case when lock_path does not exist"
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