Comment 2 for bug 2042369

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_nova (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/900193
Committed: https://opendev.org/openstack/openstack-ansible-os_nova/commit/af5fc8ae964090ffc47dadc840837849d72ab71a
Submitter: "Zuul (22348)"
Branch: stable/xena

commit af5fc8ae964090ffc47dadc840837849d72ab71a
Author: Damian Dabrowski <email address hidden>
Date: Wed Nov 1 00:38:01 2023 +0100

    Always disable libvirt default network

    Currently, autostart for libvirt default network is disabled only when
    this network is active during nova playbook execution.
    It's an incorrect behavior because in some cases this network may not be
    active from the beginning.
    Autostart should be always disabled to ensure that this network will not
    be unexpectedly marked as active in the future(during package upgrade,
    host reboot etc.).

    Closes-Bug: #2042369
    Change-Id: I697234bda1601b534ce1b6ab186fa98f83179ee8
    (cherry picked from commit feb15af75b1d38fdfa2c670c55a6d0f4c95c5ad7)