Skip to content

Commit bb1bfde

Browse files
Merge pull request #442 from ASBishop/update-cinder-backend-sample
Update the cinder backend sample
2 parents a205688 + e8e93f7 commit bb1bfde

File tree

3 files changed

+3
-20
lines changed

3 files changed

+3
-20
lines changed

config/samples/backends/cinder/glance-common/glance-cinder-secret.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

config/samples/backends/cinder/glance-common/glance.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
apiVersion: kustomize.config.k8s.io/v1alpha1
22
kind: Component
33

4-
resources:
5-
- glance-cinder-secret.yaml
6-
74
patches:
85
- path: glance.yaml

0 commit comments

Comments
 (0)