Comment 4 for bug 1980948

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.opendev.org/c/openstack/nova/+/848948
Committed: https://opendev.org/openstack/nova/commit/cbf9b2b8739453e07fd3ca9724559a6eaa4332f6
Submitter: "Zuul (22348)"
Branch: master

commit cbf9b2b8739453e07fd3ca9724559a6eaa4332f6
Author: Sean Mooney <email address hidden>
Date: Thu Jul 7 12:46:32 2022 +0100

    update nova-next and nova-ovs-hybrid-plug to disable linuxbridge

    neutron now declares linuxbridge experimental and requires
    it to be enabled by a new config option. We do not set
    that in these jobs so the neutron server fails to load
    since we enable the linux bridge mech driver.

    we do not actully use linuxbridge in these jobs so this patch
    just disables the mech driver.

    Change-Id: I129a850c3327498d26d899c7709f5749622afdd8
    Closes-Bug: #1980948