Comment 21 for bug 2040264

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/900341
Committed: https://opendev.org/openstack/nova/commit/1b9c4c7e64425196b5776154a0618c9e2a763be8
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 1b9c4c7e64425196b5776154a0618c9e2a763be8
Author: Sylvain Bauza <email address hidden>
Date: Wed Oct 25 10:58:36 2023 +0200

    Fix rebuild compute RPC API exception for rolling-upgrades

    By I0d889691de1af6875603a9f0f174590229e7be18 we broke rebuild for Yoga
    or older computes.
    By I9660d42937ad62d647afc6be965f166cc5631392 we broke rebuild for Zed
    computes.

    Fixing this by making the parameters optional.

    Conflicts:
      nova/compute/manager.py

    NOTE(elod.illes): conflict is due to feature 'allowing target state for
    evacuate' I9660d42937ad62d647afc6be965f166cc5631392 was added in 2023.1
    Antelope cycle.

    Change-Id: I0ca04045f8ac742e2b50490cbe5efccaee45c5c0
    Closed-Bug: #2040264
    (cherry picked from commit ee9ed0f7c6abf7c4847e6dc31f6d3d79b25b9d99)
    (cherry picked from commit 6b870ab90afe400ec82715e908afecbb00f0ed65)
    (cherry picked from commit edfb3975807b3eda4fae0ea07a3d99871ca87cae)