Comment 26 for bug 1969971

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

Reviewed: https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/909023
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/928cb7d75788b208beeb501e97723dfd9ba8a2f8
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 928cb7d75788b208beeb501e97723dfd9ba8a2f8
Author: Edward Hope-Morley <email address hidden>
Date: Mon Oct 9 16:14:10 2023 +0100

    Ensure mgmt network hostname and fqdn in known_hosts

    The cloud-compute relation uses the private-address setting to
    reflect the hostname/address to be used for vm migrations. This
    can be the default management network or an alternate one. When
    this charm populates ssh known_hosts entries for compute hosts
    it needs to ensure hostname, address and fqdn for the mgmt network
    is included so that Nova resize operations can work if they use
    the hostname from the db (which will always be from the mgmt
    network).

    Change-Id: Ic9e4657453d8f53d1ecbee23475c7b11549ebc14
    Closes-Bug: #1969971