Comment 17 for bug 1968547

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

Reviewed: https://review.opendev.org/c/openstack/charm-nova-compute/+/886311
Committed: https://opendev.org/openstack/charm-nova-compute/commit/d58560b64f1529f47192138ad2cce29bc6e42362
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit d58560b64f1529f47192138ad2cce29bc6e42362
Author: Billy Olsen <email address hidden>
Date: Tue Apr 19 20:00:02 2022 -0700

    Render correct driver in nova-compute.conf

    Commit abe5a289 fixed the rendering of the ironic driver in the
    nova-compute.conf file for OpenStack versions >= Wallaby. However, it
    always renders the nova-compute.conf file for train and above, which is
    hard-coded to the Ironic libvirt driver.

    This adds additional templating logic to the nova-compute.conf driver in
    order to render the correct driver to use.

    Related-Bug: #1968547
    Related-Bug: #1977803
    Change-Id: I12cd4bf5953170d227d52793764c49f3871e25f9
    (cherry picked from commit f6c536baec29a34b79a13708f2f0b82dd0db0530)
    (cherry picked from commit 7f3fb79210857e40b58d6c61ed35a7ee4ac18030)