Merge "Glance: add lock_path setting"

This commit is contained in:
Zuul 2022-02-08 17:24:15 +00:00 committed by Gerrit Code Review
commit 211c34b40e
2 changed files with 9 additions and 0 deletions

View File

@ -112,6 +112,9 @@ filesystem_store_datadir = /var/lib/glance/staging
[oslo_middleware]
enable_proxy_headers_parsing = True
[oslo_concurrency]
lock_path = /var/lib/glance/tmp
[oslo_messaging_notifications]
transport_url = {{ notify_transport_url }}
{% if glance_enabled_notification_topics %}

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes Glance with Cinder iSCSI backend failing due to lack of lock_path
setting.
`LP#1959663 <https://launchpad.net/bugs/1959663>`__