Under bug # 886338 an instruction was added to the documentation for building a custom disk image indicating users should add these parameters to the kernel arguments to ensure console output is visible via nova, the dashboard, and anything else that might need to access it: serial=tty0 console=ttyS0,115200n8 As it turns out in RHEL at least serial isn't a valid argument (or at least is a noop) and does nothing, current thinking is this should actually read: console=ttyS0,115200n8 console=tty0 This needs to be confirmed though.
Background: Graeme indicates that the info in the prior bug came from http://unix.stackexchange.com/questions/100/how-do-i-connect-a-serial-terminal-to-a-kvm-instance, and that in turn traces back to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507650#29, which I suspect is simply in error.
Hi Matthew, Can you please review this update using the link in comment 4? Thanks, Deepti
Hi Graeme, Can you please review this update using the link in comment 4? Thanks, Deepti
This information looks good and correct to me Regards, Graeme
Build: Red_Hat_Enterprise_Linux_OpenStack_Platform-Installation_and_Configuration_Guide-4-web-en-US-4-71.el6eng Link: http://documentation-devel.engineering.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/4/html-single/Installation_and_Configuration_Guide/index.html#Building_a_Custom_Disk_Image