Comment 19 for bug 1940834

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

Reviewed: https://review.opendev.org/c/openstack/horizon/+/829706
Committed: https://opendev.org/openstack/horizon/commit/920cbb82d20be33074eec52abc6022f5ff97e569
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 920cbb82d20be33074eec52abc6022f5ff97e569
Author: Thomas Goirand <email address hidden>
Date: Thu Feb 17 10:36:31 2022 +0100

    Fix for "Resize instance" button

    Currently, "Resize instance" widget is not working because it relies on
    legacy Nova API v2.46, obsoleted in Pike release. Proposed patch make
    Horizon use current Nova API (>=2.47).

    Note: It also cherry-picks a7956cd004 from the master branch
    which avoids the extra call of flavor_get in resize server form.

    Closes-Bug: #1940834
    Co-Authored-By: Akihiro Motoki <email address hidden>
    Change-Id: Id2f38acfc27cdf93cc4341422873e512aaff716a
    (cherry picked from commit d269b1640f49e13aa1693a175083d66a3eaf5386)