neutron/releasenotes/notes/Add-http_retries-config-option-b81dd29c03ba8c6a.yaml
Slawek Kaplonski e94511cd25 Add config option `http_retries`
This option allows to configure Number of times nova or ironic client
should retry on any failed http call.
Default value for this new option is "3".

Change-Id: I795ee7ca729646be0411a1232bf218015c65010f
Closes-Bug: #1883712
2020-06-29 22:07:46 -04:00

7 lines
200 B
YAML

---
features:
- |
A new configuration option ``http_retries`` was added. This option allows
configuring the number of times the nova or ironic client should retry on
a failed HTTP call.