Skip to content

Commit c3d8684

Browse files
committed
Glance: add lock_path setting
This is required to use, e.g., Cinder iSCSI backend with Glance. Closes-Bug: #1959663 Change-Id: I6d5e0e4ab70922a772f3c82e914f9e7d37cf0318 (cherry picked from commit 75305aa)
1 parent 501c8de commit c3d8684

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ansible/roles/glance/templates/glance-api.conf.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ filesystem_store_datadir = /var/lib/glance/staging
112112
[oslo_middleware]
113113
enable_proxy_headers_parsing = True
114114

115+
[oslo_concurrency]
116+
lock_path = /var/lib/glance/tmp
117+
115118
[oslo_messaging_notifications]
116119
transport_url = {{ notify_transport_url }}
117120
{% if glance_enabled_notification_topics %}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes Glance with Cinder iSCSI backend failing due to lack of lock_path
5+
setting.
6+
`LP#1959663 <https://launchpad.net/bugs/1959663>`__

0 commit comments

Comments
 (0)