ironic/releasenotes/notes/sslerror-287edf7f8b3c5f1c.yaml
Dmitry Tantsur 528eb9e4a9 Retry stdlib ssl.SSLError
Apparently, connection to the agent can fail with

    Unexpected error when processing next clean step.
    SSLError: ('timed out',): ssl.SSLError: ('timed out',)

This change adds SSLError to retriable errors since most of them are
related to temporary conditions, and the certificate validation failure
is handled by requests separately.

Change-Id: I4805d410b4bc98196e77d8c44a217e363dc88f0a
2021-08-05 16:17:03 +02:00

5 lines
76 B
YAML

---
fixes:
- |
Retries ``ssl.SSLError`` when connecting to the agent.