Comment 25 for bug 1669468

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (master)

Reviewed: https://review.opendev.org/675721
Committed: https://git.openstack.org/cgit/openstack/devstack/commit/?id=0a3288c1b40a4338df351a3fef9a346e78e12191
Submitter: Zuul
Branch: master

commit 0a3288c1b40a4338df351a3fef9a346e78e12191
Author: melanie witt <email address hidden>
Date: Fri Aug 9 15:57:50 2019 +0000

    Set console server host/address in nova-cpu.conf for multi-host

    Currently, the console server host and listen address on the compute
    host is always being set to localhost. This works fine in a single
    node all-in-one deployment, but will not work properly when
    nova-compute is running on a separate host in a multi-node deployment.

    This sets the console server host and listen address on the compute
    host to the nova host IP and service listen address instead of the
    localhost.

    Co-Authored-By: Matt Riedemann <email address hidden>

    Closes-Bug: #1669468

    Change-Id: Id8b0b4159b98c7ff3c85ec3daa03d556d9897ce9