Comment 17 for bug 1992386

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

Reviewed: https://review.opendev.org/c/openstack/charm-nova-compute/+/866186
Committed: https://opendev.org/openstack/charm-nova-compute/commit/4bf6c8dcfeb86d1034756f06159aaa89033d843e
Submitter: "Zuul (22348)"
Branch: stable/train

commit 4bf6c8dcfeb86d1034756f06159aaa89033d843e
Author: Marcus Boden <email address hidden>
Date: Wed Nov 16 08:25:01 2022 +0100

    Move default_ephemeral_format to [DEFAULT] section

    The default_ephemeral_format line in nova.conf was not in the [DEFAULT]
    section in the templates and has therefore been ignored ny nova-compute.
    This change moves it to the correct section for all releases.

    Closes-Bug: #1992386
    Change-Id: Idc0602f95e5378be1243926aa88dc7b5282ee844
    (cherry picked from commit a3da54fb4156fa93ea89baefa47c2032edb9423e)