Comment 9 for bug 1755602

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

Reviewed: https://review.openstack.org/552691
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=005a66d7e0bb716e32d29a6b5c9d9f24192596e2
Submitter: Zuul
Branch: master

commit 005a66d7e0bb716e32d29a6b5c9d9f24192596e2
Author: Dan Smith <email address hidden>
Date: Tue Mar 13 14:42:09 2018 -0700

    Add --by-service to discover_hosts

    This allows us to discover and map compute hosts by service instead of
    by compute node, which will solve a major deployment ordering problem for
    people using ironic. This also allows closing a really nasty race when
    doing HA of nova-compute/ironic.

    Change-Id: Ie9f064cb9caf6dcba2414acb24d12b825df45fab
    Closes-Bug: #1755602