Skip to content

Commit ddb00c2

Browse files
authored
Merge pull request #1069 from rackerlabs/PUC-1013-20250709-1554
fix(nova): make ram quota a string so that openstack-helm doesn't convert it to scientific notation
2 parents 64380a7 + f58463d commit ddb00c2

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)