ironic/releasenotes/notes/story-2002600-return-503-if-no-conductors-online-ead1512628182ec4.yaml
Harald Jensås 82fe2cb853 Raise TemporaryFailure if no conductors are online
Return 503 Service Unavailable error in case no conductors
are online. This indicate to the caller that it can retry
the operation. (Previously a 400 error was returned,
which is confusing because it is not a user error.)

Story: 2002600
Task:  22214
Change-Id: I2c21baaec2e35c0a63f3f4a95990b12c6a836065
2018-06-20 10:05:55 +02:00

7 lines
213 B
YAML

---
fixes:
- |
Ironic API now returns ``503 Service Unavailable`` for action requiring a
conductor when no conductors are online.
`Bug: 2002600 <https://storyboard.openstack.org/#!/story/2002600>`_.