Merge "Fix nova overrides"

This commit is contained in:
Zuul 2020-06-29 21:56:34 +00:00 committed by Gerrit Code Review
commit 50fd4653f8

View File

@ -14,7 +14,9 @@ conf:
nova:
DEFAULT:
reserved_huge_pages:
- node:0,size:1GB,count:4
- node:1,size:1GB,count:4
type: multistring
values:
- node:0,size:1GB,count:4
- node:1,size:1GB,count:4
reserved_host_memory_mb: 512
...