commit | d24f42df66c40a1f97c2ba1d327f25fbf8f0193d | [log] [tgz] |
---|---|---|
author | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Thu Nov 14 20:00:39 2019 +0400 |
committer | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Thu Nov 14 20:00:39 2019 +0400 |
tree | c2e7842c385116c4aa6da8696c8eb79b70f3bb5e | |
parent | 8fa5ceb6c8d2f4d004ef0d8966ea6f298900572e [diff] |
Ability to set lock_path PROD-34037 Change-Id: I1789298400926ba48273c800d779d5d6fbbe7f0d
diff --git a/oslo_templates/files/queens/oslo/_concurrency.conf b/oslo_templates/files/queens/oslo/_concurrency.conf index 856ae0d..49c427b 100644 --- a/oslo_templates/files/queens/oslo/_concurrency.conf +++ b/oslo_templates/files/queens/oslo/_concurrency.conf
@@ -16,3 +16,7 @@ # tempfile.gettempdir function to find a suitable location. If # external locks are used, a lock path must be set. (string value) #lock_path = /tmp +{%- if _data.lock_path is defined %} +lock_path = {{ _data.lock_path }} +{%- endif %} +