Comment 6 for bug 2040264

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/899375
Committed: https://opendev.org/openstack/nova/commit/b64ecb0cc776bd3eced674b0f879bb23c8a4b486
Submitter: "Zuul (22348)"
Branch: master

commit b64ecb0cc776bd3eced674b0f879bb23c8a4b486
Author: Sylvain Bauza <email address hidden>
Date: Thu Oct 26 11:00:03 2023 +0200

    Adding server actions tests to grenade-multinode

    We recently found a rolling-upgrade bug on rebuild so we need to make
    sure that grenade-multinode can verify all our instance actions.

    Given we pin the compute RPC API version to the N-1 compute one, we are
    sure that all RPC calls continue to behave the previous release.

    NOTE : Given the previous cycle was already supporting 6.2 RPC version,
    we can't test here the previous problems hence why this is the last
    patch from the series.

    Change-Id: I1d8deb139922494dd74ff32965fd7dd74d1d768b
    Related-Bug: #2040264