Comment 7 for bug 1788527

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

Reviewed: https://review.opendev.org/667334
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0313d8143309157067aa85f7333d0d177a5b6609
Submitter: Zuul
Branch: stable/stein

commit 0313d8143309157067aa85f7333d0d177a5b6609
Author: Balazs Gibizer <email address hidden>
Date: Tue Jun 18 13:17:27 2019 +0200

    Remove redundant group host setup

    It seems that all the code path that ends up calling [1] goes through
    [2] before so setting up group host at [1] is redundant.

    [1] https://github.com/openstack/nova/blob/c7e9e667426a6d88d396a59cb40d30763a3265f9/nova/scheduler/utils.py#L944-L950
    [2] https://github.com/openstack/nova/blob/c7e9e667426a6d88d396a59cb40d30763a3265f9/nova/scheduler/utils.py#L996-L1000

    Change-Id: I745aecb008f0867fcda2d3d2c7691621dd8f6168
    Closes-Bug: #1788527
    (cherry picked from commit f108d7967636ec1afceff0be386da15d70e2ca37)