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:
parent
81884d8a60
commit
72b3a855c5
@ -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
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user