mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 01:07:46 +00:00
Fix nova overrides
The current overrides do not function correctly, and should have been setup with a multistring. This change corrects this to deploy right in nova. Change-Id: If709ea5d18399dc0d135351c2bdcdbd324663ad7
This commit is contained in:
@@ -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
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user