ironic/releasenotes/notes/restart-console-on-conductor-startup-5cff6128c325b18e.yaml
Zhenguo Niu d27e9e4a8f Restart consoles on conductor startup
Some nodes' console_enabled may be True but the corresponding
shellinabox services stopped while starting conductors, so try
to start consoles on conductor startup.

Change-Id: Ida5fda35340d62e08c779655183ef82211cd8703
Closes-Bug: #1525790
2016-04-18 17:46:26 +08:00

6 lines
213 B
YAML

---
fixes:
- Some nodes' console may be enabled but the corresponding console
services stopped while starting conductors, this tries to start
consoles on conductor startup to make the status consistent.