Skip to content

Commit f58463d

Browse files
fix(nova): make ram quota a string so that openstack-helm doesn't convert it to scientific notation
1 parent 64380a7 commit f58463d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/nova/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ conf:
6767
quota:
6868
# adjust default quotas to make it possible to use baremetal
6969
cores: 512
70-
ram: 1024000
70+
ram: "1024000"
7171

7272
# (TODO) This is to help with an upstream Nova bug:
7373
# https://review.opendev.org/c/openstack/nova/+/883411

0 commit comments

Comments
 (0)