summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-negotiate-version-503-c3cb8d1d4901541a.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/fix-negotiate-version-503-c3cb8d1d4901541a.yaml')
-rw-r--r--releasenotes/notes/fix-negotiate-version-503-c3cb8d1d4901541a.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-negotiate-version-503-c3cb8d1d4901541a.yaml b/releasenotes/notes/fix-negotiate-version-503-c3cb8d1d4901541a.yaml
new file mode 100644
index 0000000..0b13e25
--- /dev/null
+++ b/releasenotes/notes/fix-negotiate-version-503-c3cb8d1d4901541a.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ Fixes an issue where some failure modes of communication with the Ironic
+ API could result in an exception that circumvents the client's retry
+ mechanisms. In particular this includes HTTP 503 service unavailable which
+ is seen when Ironic operates behind a load balancer, and no backend is
+ available to handle the request.