Skip to content
Snippets Groups Projects
Commit a02c6583 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix baremetal serial console autoenable"

parents 3c98bfa5 5977a441
No related branches found
No related tags found
No related merge requests found
--- ---
# This is a wrapper around baremetal-compute-serial-console which only runs the playbook when # This is a wrapper around baremetal-compute-serial-console which only runs the
# playbook when Ironic is enabled in the overcloud and
# ironic_serial_console_autoenable is set to true. # ironic_serial_console_autoenable is set to true.
- import_playbook: baremetal-compute-serial-console.yml - import_playbook: baremetal-compute-serial-console.yml
when: ironic_serial_console_autoenable | bool vars:
\ No newline at end of file cmd: enable
when:
- kolla_enable_ironic | bool
- ironic_serial_console_autoenable | bool
---
fixes:
- |
Fixes an issue with ``kayobe overcloud post configure`` when Ironic is
disabled, but ``ironic_serial_console_autoenable`` is set to ``true``.
See `story 2006662 <https://storyboard.openstack.org/#!/story/2006662>`__
for details.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment