keystoneauth/releasenotes/notes/retry-delay-68d0c0a1dffcf2fd.yaml
Dmitry Tantsur bca9ee7d3c Allow requesting fixed retry delay instead of exponential
Clients like ironicclient and swiftclient use fixed delay for their
build-in retry functionality. To replace it without changing behavior
we need a similar feature.

Change-Id: I1f9de98dae5719842f03d45e5a9d724199d5718b
2019-07-29 13:07:38 +02:00

7 lines
200 B
YAML

---
features:
- |
Allows configuring fixed retry delay for connection and status code retries
via the new parameters ``connect_retry_delay`` and
``status_code_retry_delay`` accordingly.