Skip to content

Commit e3ab5f0

Browse files
Merge pull request #825 from fmount/oslo_concurrency
Add lock_path option required for glance over cinder
2 parents bb7a81e + 9b4aaeb commit e3ab5f0

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)