Comment 8 for bug 1830417

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

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

commit d7d902f6b60298d56359a07a63b2355373e54956
Author: melanie witt <email address hidden>
Date: Fri May 24 20:09:28 2019 +0000

    Configure console proxy ports in nova-cpu.conf

    In change I8934d0b9392f2976347391c8a650ad260f337762, we began
    configuring console proxy ports for multiple cells in the nova
    controller config files to avoid "Address already in use" errors from
    port collisions when running multiple cells on a single host.

    This correspondingly configures the console proxy ports in the nova
    compute config file based on what cell we're in, according to the
    NOVA_CPU_CELL variable.

    The base_url config for serial console is also added where the default
    was previously used. The url is taken from the config option default in
    the nova code: nova/conf/serial_console.py [1].

    [1] https://github.com/openstack/nova/blob/8f00b5d/nova/conf/serial_console.py#L54

    Change-Id: Id885fc5a769bce8111f1052a1b55d26be817c890
    Closes-Bug: #1830417