ironic/releasenotes/notes/cleaning-maintenance-7ae83b1e4ff992b0.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

11 lines
525 B
YAML

---
fixes:
- |
Currently Ironic allows entering deployment or cleaning for nodes in
maintenance mode. However, heartbeats do not cause any actions for such
nodes, thus deployment or cleaning will never finish if the nodes are not
moved out of maintenance. A new configuration option
``[conductor]allow_provisioning_in_maintenance`` (defaulting to ``True``)
is added to configure this behavior. If it is set to ``False``, deployment
and cleaning will be prevented from nodes in maintenance mode.