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:
Nikolay Vinogradov
2020-05-06 21:21:54 +03:00
parent 810ee1b37d
commit d6a1c4f3e2
+1 -1
View File
@@ -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]