Comment 5 for bug 2049507

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

Reviewed: https://review.opendev.org/c/openstack/manila/+/908697
Committed: https://opendev.org/openstack/manila/commit/a9cea65b45f0c0bf148b6ac9db0a8141c74fa2a6
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit a9cea65b45f0c0bf148b6ac9db0a8141c74fa2a6
Author: Kiran Pawar <email address hidden>
Date: Tue Jan 16 14:07:41 2024 +0000

    Retry on connection error to neutron

    In case of keystoneauth1 ConnectError, manila will retry the neutron
    API call. For create_port(), it will make sure no duplicate ports
    are created.

    Closes-bug: #2049507
    Change-Id: I12fece58671e9fb3705e22090187c42d9c3a74d9
    (cherry picked from commit 09c51d297877022ceb94b01903ad4e60fca19955)