Comment 13 for bug 1819460

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

Reviewed: https://review.opendev.org/657602
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1c774315a5134937909f674b5c5a65f06efb3cb7
Submitter: Zuul
Branch: stable/stein

commit 1c774315a5134937909f674b5c5a65f06efb3cb7
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
    (cherry picked from commit b096d9303acfea81ca56394cab681d2b2eed2d91)