Comment 7 for bug 1819460

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

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

commit b096d9303acfea81ca56394cab681d2b2eed2d91
Author: Balazs Gibizer <email address hidden>
Date: Mon Mar 11 15:24:05 2019 +0100

    Handle placement error during re-schedule

    If claim_resources or _fill_provider_mapping calls fail due to placement
    error then the re-scheduling stops and the instance is not put into
    ERROR state.

    This patch adds proper exception handling to these cases.

    Change-Id: I78fc2312274471a7bd85a263de12cc5a0b19fd10
    Closes-Bug: #1819460