Skip to content

Commit ee9d164

Browse files
committed
fix(glance): disable default images from OpenStack Helm
Disable the default images that come from OpenStack Helm.
1 parent fc0b1d4 commit ee9d164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/glance/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ volume:
4848
# disable the default image additions
4949
bootstrap:
5050
structured:
51-
images: {}
51+
images: null
5252

5353
dependencies:
5454
dynamic:

0 commit comments

Comments
 (0)