python-ironicclient/releasenotes/notes/retry-on-keystone-auth-retriable-failures-91c08b9f8bdab7f3.yaml
Sam Betts 11a3f12c3a Catch RetriableConnectionFailures from KAuth and retry
Some keystone auth failures are retriable, this patch ensures that when
ironiclient retries are turned on, we also retry on those failures.

Change-Id: I7181b2aa4c8d0cc3b5523cb913562bee2e1955a2
Closes-Bug: #1537076
2016-06-02 12:40:19 +01:00

7 lines
309 B
YAML

---
fixes:
- The client will now retry on keystoneauth retriable connection failures if
retries are enabled for a particular request. This ensures that on a
temporary network outage to the keystone auth services a request we be
retried the requested number of times before raising an exception.