Comment 9 for bug 1903210

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-cloud-controller (stable/20.10)

Reviewed: https://review.opendev.org/762152
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/420da9c6e791368364ae750b801d08973a34460e
Submitter: Zuul
Branch: stable/20.10

commit 420da9c6e791368364ae750b801d08973a34460e
Author: Rodrigo Barbieri <email address hidden>
Date: Thu Nov 5 18:26:51 2020 -0300

    Add region config to [neutron] in nova.conf

    On multi-region deployments, Nova may talk to the wrong
    neutron endpoint (from the wrong region) if the region
    is unspecified.

    The issue that requires this fix is most apparent when
    doing live migrations, as the Conductor tries to call
    Neutron to perform port bindings.

    Closes-bug: #1903210
    Change-Id: Id118f6a5794de298c31debf6e31ffe92271982d1
    (cherry picked from commit 25da3180b53abc9843cba37b12e08258de8644bf)