Skip to content

Commit 99c9c74

Browse files
committed
nova04delta: add missing glance values for control-plane component
Signed-off-by: Bohdan Dobrelia <[email protected]>
1 parent 74b09c5 commit 99c9c74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/dt/nova/nova04delta/control-plane/service-values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ metadata:
77
annotations:
88
config.kubernetes.io/local-config: "true"
99
data:
10+
storageClass: local-storage
1011
preserveJobs: false
1112
neutron:
1213
customServiceConfig: |
@@ -17,6 +18,11 @@ data:
1718
nicMappings:
1819
datacentre: ospbr
1920
glance:
21+
# FIXME: kustomize needs spec.glance.template.storage.storageClass for architecture/lib/control-plane component.
22+
# Perhaps there is a bug in that component, since this value should be propagated by oscp operator from `spec.storageClass`.
23+
template:
24+
storage:
25+
storageClass: local-storage
2026
customServiceConfig: |
2127
[DEFAULT]
2228
enabled_backends = default_backend:swift

0 commit comments

Comments
 (0)