2fad52eced
Several release notes have been added since the initial cleanup for 13.0.0. This patch tidies them. Change-Id: I83772c28c4f135ef8c0a8eb10130a3937db765d1
11 lines
525 B
YAML
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.
|