Fix cpu_dedicated_set generation in nova.conf
cpu-dedicated-set should go to cpu_dedicated_set of nova.conf since Train. See https://docs.openstack.org/nova/latest/admin/cpu-topologies.html. Change-Id: Id56cf1f8695c9ca53801d077397b1c0178fe1ebd Closes-Bug: 1877168
This commit is contained in:
@@ -322,7 +322,7 @@ cpu_shared_set = {{ cpu_shared_set }}
|
||||
{% endif -%}
|
||||
|
||||
{% if cpu_dedicated_set -%}
|
||||
cpu_shared_set = {{ cpu_dedicated_set }}
|
||||
cpu_dedicated_set = {{ cpu_dedicated_set }}
|
||||
{% endif -%}
|
||||
|
||||
[wsgi]
|
||||
|
||||
Reference in New Issue
Block a user