Merge "Glance: add lock_path setting"
This commit is contained in:
@@ -112,6 +112,9 @@ filesystem_store_datadir = /var/lib/glance/staging
|
|||||||
[oslo_middleware]
|
[oslo_middleware]
|
||||||
enable_proxy_headers_parsing = True
|
enable_proxy_headers_parsing = True
|
||||||
|
|
||||||
|
[oslo_concurrency]
|
||||||
|
lock_path = /var/lib/glance/tmp
|
||||||
|
|
||||||
[oslo_messaging_notifications]
|
[oslo_messaging_notifications]
|
||||||
transport_url = {{ notify_transport_url }}
|
transport_url = {{ notify_transport_url }}
|
||||||
{% if glance_enabled_notification_topics %}
|
{% if glance_enabled_notification_topics %}
|
||||||
|
|||||||
6
releasenotes/notes/bug-1959663-afda889b9aa4c63f.yaml
Normal file
6
releasenotes/notes/bug-1959663-afda889b9aa4c63f.yaml
Normal 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>`__
|
||||||
Reference in New Issue
Block a user