File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
providers/openstack/scs2/cluster-class/templates Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 54
54
Indicates whether the image name refers to an ORC image resource.
55
55
If set to true (default), the `imageName` is interpreted as a reference to an ORC image.
56
56
If set to false, the `imageName` is used to filter images in the OpenStack project instead.
57
- default : true
57
+ default : false
58
58
- name : imageAddVersion
59
59
required : false
60
60
schema :
@@ -128,6 +128,7 @@ spec:
128
128
type : integer
129
129
minimum : 1
130
130
example : 25
131
+ default : 50
131
132
description : |-
132
133
Root disk size in GiB for control-plane nodes.
133
134
OpenStack volume will be created and used instead of an ephemeral disk defined in flavor.
@@ -174,6 +175,7 @@ spec:
174
175
type : integer
175
176
minimum : 1
176
177
example : 25
178
+ default : 50
177
179
description : |-
178
180
Root disk size in GiB for worker nodes.
179
181
OpenStack volume will be created and used instead of an ephemeral disk defined in flavor.
You can’t perform that action at this time.
0 commit comments