openstacksdk/releasenotes/notes/baremetal-retries-ff8aa8f73fb97415.yaml
Dmitry Tantsur af3a8f4c12 Wire in retries for all baremetal actions
The baremetal API can output HTTP 409 during its normal operation and
503 under load. This change enables retries for them.

Since node update can naturally result in HTTP 409, provide a way
to opt out of retrying on it. Additionally, allow retrying on HTTP 409
for all services via commit().

Change-Id: I765c4066e26706abe5f576c98353a48a17da6f9c
2018-10-09 17:34:46 +02:00

7 lines
216 B
YAML

---
features:
- |
The bare metal operations now retry HTTP 409 and 503 by default. The number
of retries can be changes via the ``baremetal_status_code_retries``
configuration option (defaulting to 5).