Comment 4 for bug 1746558

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

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

commit b7237a9e6c9567f2f2b8753be1cdc274951a9451
Author: Dan Smith <email address hidden>
Date: Wed Jan 31 08:13:36 2018 -0800

    Make service all-cells min version helper use scatter-gather

    This makes the Service get_minimum_version_all_cells() helper use the parallel
    scatter-gather utilities to make the determination. It also adds fault handling
    for cases where a cell fails to respond, and an option to ignore or raise in
    that situation.

    Closes-Bug: #1746558
    Change-Id: I62dc1033437f91bded28a9fd58759d2dbd7e55fb
    (cherry picked from commit 5fe3a01b604c29b0961d19b44a873cca78891381)