Skip to content

Commit 7e0967b

Browse files
Merge pull request #1120 from tosky/fix-glance-on-cinder-adoption
glance over cinder: add required lock_path option
2 parents fa95731 + 9a42e07 commit 7e0967b

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
@@ -21,6 +21,8 @@ spec:
2121
cinder_store_project_name = service
2222
cinder_catalog_info = volumev3::internalURL
2323
cinder_use_multipath = true
24+
[oslo_concurrency]
25+
lock_path = /var/lib/glance/tmp
2426
glanceAPIs:
2527
default:
2628
replicas: 1

0 commit comments

Comments
 (0)