Merge "Inspection - console to tty0 and ttyS0"

This commit is contained in:
Zuul 2021-10-22 00:12:41 +00:00 committed by Gerrit Code Review
commit b7c9bc1cd7
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ def _process_drivers_and_hardware_types(conf, env):
def _process_ipa_args(conf, env):
"""Populate the environment with IPA kernal args ."""
inspection_kernel_args = []
inspection_kernel_args = ['console=tty0', 'console=ttyS0,115200']
if conf.undercloud_debug:
inspection_kernel_args.append('ipa-debug=1')
if conf.inspection_runbench: