Comment 4 for bug 2042369

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

Reviewed: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/900192
Committed: https://opendev.org/openstack/openstack-ansible-os_nova/commit/4750a1597850f762af9c9176aa3ed345690c9ff2
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 4750a1597850f762af9c9176aa3ed345690c9ff2
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)