Comment 10 for bug 1750623

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

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

commit 04ea910ad13b412f410ccf520074cacee6bbe13e
Author: Hongbin Lu <email address hidden>
Date: Tue Feb 20 22:05:42 2018 +0000

    Skip placement on rebuild in same host

    If the instance is rebuilt with a different image in the same
    host, we don't need to call placement because there is no change
    in resource consumption.

    Change-Id: Ie252271ecfd38a0a1c61c26e323cc03869889f0a
    Closes-Bug: #1750623
    (cherry-pick from c3a894b6af32ff8ddba728328bc7d4e1339b2964)