File tree Expand file tree Collapse file tree 3 files changed +3
-20
lines changed
config/samples/backends/cinder/glance-common Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ spec:
1717 [default_backend]
1818 rootwrap_config = /etc/glance/rootwrap.conf
1919 description = Default cinder backend
20+ cinder_store_user_name = {{ .ServiceUser }}
21+ cinder_store_password = {{ .ServicePassword }}
22+ cinder_store_project_name = service
2023 cinder_catalog_info = volumev3::internalURL
2124 cinder_use_multipath = true
22- customServiceConfigSecrets :
23- - osp-glance-cinder-secret
2425 databaseInstance : openstack
2526 glanceAPIs :
2627 default :
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1alpha1
22kind : Component
33
4- resources :
5- - glance-cinder-secret.yaml
6-
74patches :
85 - path : glance.yaml
You can’t perform that action at this time.
0 commit comments