manila/releasenotes/notes/bug-2049507-retry-on-connection-error-to-neutron-df7d2ddac5f30773.yaml
Kiran Pawar 09c51d2978 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
2024-02-06 13:58:09 +00:00

7 lines
249 B
YAML

---
fixes:
- |
Manila will retry neutron API calls e.g. create_port(), show_port() in
case of keystoneauth1 connection error. For more details, please refer to
`launchpad bug #2049507 <https://bugs.launchpad.net/manila/+bug/2049507>`_