Comment 11 for bug 1788115

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

Reviewed: https://review.openstack.org/594185
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=059c2d4a8a9967403755c40beda667c9463848a8
Submitter: Zuul
Branch: stable/queens

commit 059c2d4a8a9967403755c40beda667c9463848a8
Author: Jiří Suchomel <email address hidden>
Date: Tue Aug 21 09:10:07 2018 +0200

    Filter out instances without a host when populating AZ

    It could happen that instance does not have a host set, e.g.
    when its creation failed before it was scheduled.
    During online_migration, populate_missing_availability_zones tries to
    add missing AZs to all instances. However for instances without a host
    there's no reasonable value for AZ (we can't use a logic that bases
    the value on a host) so let's skip this kind of instances completely.

    Change-Id: Ic6060beaa08af5ea70e5e54fffb94eea58aa7bbf
    Closes-Bug: #1788115
    (cherry picked from commit 690f91b5c7f7e84a4e6d351b27c05818d947cce1)
    (cherry picked from commit ad14e428f82f02d71e0b33ec6d20e7810a978e3b)