Comment 31 for bug 1732976

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

Reviewed: https://review.openstack.org/521662
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=25a1d78e83065c5bea5d8e0a017fd9d0914d41d9
Submitter: Zuul
Branch: master

commit 25a1d78e83065c5bea5d8e0a017fd9d0914d41d9
Author: Dan Smith <email address hidden>
Date: Mon Nov 20 13:24:24 2017 -0800

    Fix doubling allocations on rebuild

    Commit 984dd8ad6add4523d93c7ce5a666a32233e02e34 makes a rebuild
    with a new image go through the scheduler again to validate the
    image against the instance.host (we rebuild to the same host that
    the instance already lives on). This fixes the subsequent doubling
    of allocations that will occur by skipping the claim process if
    a policy-only scheduler check is being performed.

    Closes-Bug: #1732976

    Related-CVE: CVE-2017-17051
    Related-OSSA: OSSA-2017-006

    Change-Id: I8a9157bc76ba1068ab966c4abdbb147c500604a8