af3a8f4c12
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
7 lines
216 B
YAML
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).
|