Comment 13 for bug 1922778

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

Reviewed: https://review.opendev.org/c/openstack/charm-nova-compute/+/919502
Committed: https://opendev.org/openstack/charm-nova-compute/commit/6e75248816e3c01a9971ce33c4b4a013d69a0318
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit 6e75248816e3c01a9971ce33c4b4a013d69a0318
Author: Rodrigo Barbieri <email address hidden>
Date: Mon Apr 15 13:45:45 2024 -0300

    Load nf_conntrack at boot time

    Sysctl rules fined in charm config fails to be
    applied in ovn enviroments because the rules are
    applied before nf_conntrack is loaded.

    By adding nf_conntrack to the /etc/modules file
    it guarantees that it will be loaded before the
    rules are applied.

    Closes-Bug: #1922778
    Change-Id: I51dae65cdc06e35230160bcaedda99710a72617d
    (cherry picked from commit 389d2b7cb151321a518bc04a3578cb0f35c5577d)