Skip to content

Commit 9b4aaeb

Browse files
committed
Add lock_path option required for glance over cinder
The lock_path option is required when configuring glance over cinder. This patch adds it to the template rendered as basic default config. Signed-off-by: Francesco Pantano <[email protected]>
1 parent bb7a81e commit 9b4aaeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/common/config/00-config.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ region_name = {{ .Region }}
109109
[os_brick]
110110
lock_path = /var/locks/openstack/os-brick
111111

112+
[oslo_concurrency]
113+
lock_path = /var/lib/glance/tmp
114+
112115
[oslo_policy]
113116
enforce_new_defaults = true
114117
enforce_scope = true

0 commit comments

Comments
 (0)