Comment 9 for bug 1902925

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

Reviewed: https://review.opendev.org/761639
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a06e27592f5819b41e45a9e69f677d059205b87d
Submitter: Zuul
Branch: stable/victoria

commit a06e27592f5819b41e45a9e69f677d059205b87d
Author: Sylvain Bauza <email address hidden>
Date: Wed Nov 4 20:20:52 2020 +0100

    Fix the compute RPC 5.12 issue

    In I147bf4d95e6d86ff1f967a8ce37260730f21d236 we added a new argument for
    the rebuild_instance() RPC method. Unfortunately, we missed to that it
    needs to be optional for older versions.

    Adding a default none value for it so rolling upgrades would work.

    Change-Id: I59c5e56b00114fea5ec19fa63ec73f032dc3bd5c
    Closes-Bug: #1902925
    (cherry picked from commit 8d9f298f4c48e32bc625c7e2f47d47e4277ec064)