Merge "Fix cpu_dedicated_set generation in nova.conf"

This commit is contained in:
Zuul 2020-05-15 05:24:12 +00:00 committed by Gerrit Code Review
commit d9be6cc63a

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]