ironic/releasenotes/notes/add_clean_step_clear_job_queue-7b774d8d0e36d1b2.yaml
Mark Goddard 2fad52eced Release notes cleanup for 13.0.0 (mk2)
Several release notes have been added since the initial cleanup for
13.0.0. This patch tidies them.

Change-Id: I83772c28c4f135ef8c0a8eb10130a3937db765d1
2019-09-23 15:53:23 +01:00

12 lines
437 B
YAML

---
features:
- |
Adds a ``clear_job_queue`` cleaning step to the ``idrac-wsman`` management
interface. The ``clear_job_queue`` cleaning step clears the Lifecycle
Controller job queue including any pending jobs.
fixes:
- |
Fixes an issue where if there is a pending BIOS config job in job queue,
then ironic will abandon an introspection attempt for the node, which will
cause overall introspection to fail.