Skip to content

Commit 3c01e77

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Glance: add lock_path setting" into stable/wallaby
2 parents ac6051f + c3d8684 commit 3c01e77

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)