Skip to content

Commit 9a42e07

Browse files
committed
glance over cinder: add required lock_path option
It seems oslo_concurrency.lock_path is required when configuring glance over cinder. Jira: OSPRH-21516
1 parent 522b94d commit 9a42e07

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs_user/modules/proc_adopting-image-service-with-block-storage-backend.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ spec
2424
cinder_store_project_name = service
2525
cinder_catalog_info = volumev3::internalURL
2626
cinder_use_multipath = true
27+
[oslo_concurrency]
28+
lock_path = /var/lib/glance/tmp
2729
----
2830

2931
.Prerequisites
@@ -58,6 +60,8 @@ spec:
5860
cinder_store_project_name = service
5961
cinder_catalog_info = volumev3::internalURL
6062
cinder_use_multipath = true
63+
[oslo_concurrency]
64+
lock_path = /var/lib/glance/tmp
6165
glanceAPIs:
6266
default:
6367
replicas: 1

tests/roles/glance_adoption/templates/glance_cinder.yaml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ spec:
2222
cinder_store_project_name = service
2323
cinder_catalog_info = volumev3::internalURL
2424
cinder_use_multipath = true
25+
[oslo_concurrency]
26+
lock_path = /var/lib/glance/tmp
2527
glanceAPIs:
2628
default:
2729
replicas: 1

0 commit comments

Comments
 (0)