Comment 9 for bug 2025914

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-compute (stable/zed)

Reviewed: https://review.opendev.org/c/openstack/charm-nova-compute/+/917722
Committed: https://opendev.org/openstack/charm-nova-compute/commit/6bece63b775893fab13d629c2b550c979405866a
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 6bece63b775893fab13d629c2b550c979405866a
Author: Marcin Wilk <email address hidden>
Date: Mon Apr 15 13:59:51 2024 +0200

    Add support for the 'cpu_models' option in nova.conf

    Since OpenStack Train release the 'cpu_models' config option
    has superseded the 'cpu_model' config option in the nova.conf.
    This patch adds support for the new 'cpu_models' allowing a user
    to provide a comma separated list of supported, named CPU models.

    This patch also includes a unit test for the cpu_mode='custom'.

    Closes-bug: #2025914
    Change-Id: I30328abc07d3304f1bfb67c81360fb5229214c97
    (cherry picked from commit b57593f86dc0627d74a9264a9035a2c67fd69c01)