ironic/releasenotes/notes/fix-conductor-list-raise-131ac76719b74032.yaml
Kaifeng Wang 9555ad281c Fix listing nodes with conductor could raise
In the case of conductor service goes offline, some hardware types
may be not available as well, get_conductor_for is not protected for
such case when querying node with conductor.

This patch adds exception handling and bypasses orphaned nodes.

Change-Id: I381585240057a989ab269ea35ea9b2124527bf8e
Story: 2004834
Task: 29028
2019-01-24 09:20:53 +08:00

7 lines
186 B
YAML

---
fixes:
- |
Fixes an issue that node list with conductor fails if any of the nodes
has an invalid hardware type, which may happen when some conductor is
out of service.