bca9ee7d3c
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
7 lines
200 B
YAML
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.
|