Skip to content
Snippets Groups Projects
Commit 75305aa8 authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

Glance: add lock_path setting

This is required to use, e.g., Cinder iSCSI backend with Glance.

Closes-Bug: #1959663
Change-Id: I6d5e0e4ab70922a772f3c82e914f9e7d37cf0318
parent 7f2d2033
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
---
fixes:
- |
Fixes Glance with Cinder iSCSI backend failing due to lack of lock_path
setting.
`LP#1959663 <https://launchpad.net/bugs/1959663>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment