Comment 46 for bug 1553083

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to ironic (master)

Reviewed: https://review.openstack.org/328168
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=22a80f77c578b4c10298ee16daf351fd5bfc25d4
Submitter: Jenkins
Branch: master

commit 22a80f77c578b4c10298ee16daf351fd5bfc25d4
Author: Dao Cong Tien <email address hidden>
Date: Fri Jun 10 15:25:46 2016 +0700

    Nova-compatible serial console: socat console_utils

    This adds console_utils functions for 'socat' console.
    Implements:
    - get_socat_console_url(): returns url for socat console
    - start_socat_console(): uses (socat + console_cmd execution)
    - stop_socat_console(): stops socat/console_cmd subprocess

    Change-Id: I79ddd83d12cc8111e05b5107359d6db8a8881d61
    Spec: https://review.openstack.org/#/c/319505/
    Related-Bug: #1553083