neutron/releasenotes/notes/Add-http_retries-config-option-b81dd29c03ba8c6a.yaml
Slawek Kaplonski 76e651005b 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
(cherry picked from commit e94511cd25)
2020-07-09 10:11:43 +00: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.