ironic/releasenotes/notes/max_concurrent_deploy-7a31ba142bf5ad5c.yaml
Dmitry Tantsur cba10669f5 Fix the HTTP code for reaching max_concurrent_deploy: 503 instead of 500
Change-Id: I3d8c7724c1d44baa67a6364dde2f52abdb906526
2023-10-02 16:13:15 +02:00

7 lines
228 B
YAML

---
fixes:
- |
When Ironic hits the limit on the number of the concurrent deploys
(specified in the ``[conductor]max_concurrent_deploy`` option), the
resulting HTTP code is now 503 instead of the more generic 500.