Comment 8 for bug 1726310

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

Reviewed: https://review.openstack.org/579136
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=53fc4ab1ddfd2aba3a32936f9f49b37a6e51a198
Submitter: Zuul
Branch: stable/pike

commit 53fc4ab1ddfd2aba3a32936f9f49b37a6e51a198
Author: Surya Seetharaman <email address hidden>
Date: Mon May 14 13:50:12 2018 +0200

    Make nova service-list use scatter-gather routine

    This patch makes nova service-list use the scatter-gather routine
    so that if a cell is down, at least the services from other cells
    are listed by ignoring the down cell instead of the whole command
    failing with an API exception as is the current situation. Also
    making this query parallel for all cells is more efficient.

    Depends-On: https://review.openstack.org/569112/

    Change-Id: I90b488102eb265d971cade29892279a22d3b5273
    Closes-Bug: #1726310
    (cherry picked from commit 64e76de43dc55e584c100005fa60da50dd06d352)