Comment 18 for bug 1940834

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

Reviewed: https://review.opendev.org/c/openstack/horizon/+/829686
Committed: https://opendev.org/openstack/horizon/commit/41cb811865a335626e7a14282e5223fa8d09379a
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 41cb811865a335626e7a14282e5223fa8d09379a
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)