Comment 8 for bug 2009884

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/904512
Committed: https://opendev.org/openstack/kolla-ansible/commit/bf9ed407316eb335beea30bd5a35dc0e6b4cddb3
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit bf9ed407316eb335beea30bd5a35dc0e6b4cddb3
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)