Comment 18 for bug 1841660

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

Reviewed: https://review.opendev.org/695342
Committed: https://git.openstack.org/cgit/starlingx/openstack-armada-app/commit/?id=8a98e4888d48d0523c670f48bd8bad12ab732a9b
Submitter: Zuul
Branch: master

commit 8a98e4888d48d0523c670f48bd8bad12ab732a9b
Author: zhipengl <email address hidden>
Date: Thu Nov 21 19:18:57 2019 +0800

    Fix the issue of neutron router external gateways unreachable

    The configuration item "conf.neutron.DEFAULT.lock_path" is not
    used anymore, we need to override
    "conf.neutron.oslo_concurrency.lock_path" to
    /var/run/neutron/lock

    Verified that in neutron-l3-agent-controller-0
    and nova-compute-controller-0, not see lots of errors anymore.
    Router update finished in neutron.agent.l3.agent

    closes-Bug: #1841660

    Change-Id: I9c62872d86ba8f92cb8380181bf91389767cba09
    Signed-off-by: zhipengl <email address hidden>