Comment 16 for bug 1940834

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

Reviewed: https://review.opendev.org/c/openstack/horizon/+/829663
Committed: https://opendev.org/openstack/horizon/commit/89e3e51e5f4bd61268c218caf502718870b44019
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 89e3e51e5f4bd61268c218caf502718870b44019
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 4f4e8800904dc98a696c5aebe3ffcc947e2deabc)