Comment 11 for bug 2015364

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (stable/2023.1)

Reviewed: https://review.opendev.org/c/openstack/devstack/+/880494
Committed: https://opendev.org/openstack/devstack/commit/f1d555d1e7af0fc5097a89c3df044bc4a35ec53f
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit f1d555d1e7af0fc5097a89c3df044bc4a35ec53f
Author: yatinkarel <email address hidden>
Date: Fri Apr 14 19:06:03 2023 +0530

    [ovs] Reload ovs kernel module always

    Irrespective of build_modules is True
    or False reload ovs modules always.

    If ovs is installed from package before(like
    with multi-node-bridge role), then installing
    ovs from source requires openvswitch kernel
    module to be reloaded.

    The issue was not seen before jammy as there
    module was reloaded when build_modules was set
    to True.

    Closes-Bug: #2015364
    Change-Id: I1785b49b2ef72ca1f817f504d5ea56021410c052
    (cherry picked from commit 42517968ff7bdced07c5bc08b6cb2b8d10d246cc)