ironic/releasenotes/notes/bug-2003972-dae9b7d0f6180339.yaml
Hironori Shiina 37c92111a0 Stop console at tearing down without unsetting console_enabled
A node's console_enabled is reset to False at tearing down not to
expose the console to an instance user. This requires an operator to
set The console_enabled to True when another instance is created on the
node.

This patch stops a console at tearing down a node with keeping
console_enabled True. Then, the console is started at deployment.

Change-Id: I42c209af80465b12720b41fd96ae9477091eaf24
Story: #2003972
Task: #26914
2018-10-05 16:35:32 +09:00

9 lines
371 B
YAML

---
fixes:
- |
Fixes a bug that a node's ``console_enabled`` is reset to ``False`` at
undeploying the node, which requires an operator to set it to ``True``
before deploying again. By this fix, while the console is stopped at
tearing down, ``console_enabled`` remains ``True``. When the node is
deployed again, the console is started automatically.