python-tripleoclient/releasenotes/notes/bulk-status-missing-50cc60281c6e20f5.yaml
Dmitry Tantsur 759dff71d8 Fix 'introspection bulk status' when some nodes were never introspected
Previously we did not handle exceptions from ironic_inspector_client, so nodes
that were never introspected (e.g. ones in maintenance mode) caused this
command to fail.

Change-Id: I58756256fe70992ff5618a3f307ce34f95e71efd
Closes-Bug: #1689540
2017-05-23 12:23:03 +02:00

7 lines
220 B
YAML

---
fixes:
- |
The ``introspection bulk status`` command no longer aborts if some nodes
in the Ironic registry were never introspected. See bug `1689540
<https://bugs.launchpad.net/tripleo/+bug/1689540>`_.