Comment 9 for bug 1544820

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-agent (stable/mitaka)

Reviewed: https://review.openstack.org/350296
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=34f6f9f3ee7ccbd826a48e0a3ac61994ce7466fc
Submitter: Jenkins
Branch: stable/mitaka

commit 34f6f9f3ee7ccbd826a48e0a3ac61994ce7466fc
Author: Maksim Malchuk <email address hidden>
Date: Mon May 23 15:49:11 2016 +0300

    Run console on the serial port if required

    This commit adds the ability to use IPMI SOL console when the nodes
    provisioned with an option 'console=ttySx' or 'console=ttySx,speed',
    where x is 0 for the COM1 and 1 for COM2. If speed parameter doesn't
    provided so 9600 used as default. This feature can be used for the
    bootstrap nodes too.

    DocImpact
    Closes-Bug: #1544820
    Change-Id: I210001c5692281add2439843f4ad69d65c8f6e17
    Signed-off-by: Maksim Malchuk <email address hidden>
    (cherry picked from commit 39fe69492c50b10912cb131f6a4e2b5aa3caeaec)