Comment 7 for bug 2009884

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/904514
Committed: https://opendev.org/openstack/kolla-ansible/commit/1eae44d10a436a978afd89849b6c28d71bf3a759
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 1eae44d10a436a978afd89849b6c28d71bf3a759
Author: Adam Oswick <email address hidden>
Date: Tue Sep 26 11:40:52 2023 +0100

    Persist Neutron agent state files in volume

    The Neutron L3 agent stores state at state_path (/var/lib/neutron by
    default) and it is expected that these files persist across restarts.

    This change updates the Neutron state_path value to
    /var/lib/neutron/kolla (which is where the neutron_metadata_socket
    volume is mounted) so that these state files are stored there.

    Change-Id: I739aaf9e2d0b2b2e7f7b8f60ef8c2111d6873cef
    Signed-off-by: Adam Oswick <email address hidden>
    Closes-Bug: #2009884
    (cherry picked from commit 25244517e162a02e73503c56f9f370f9a71a1f7d)