Reviewed: https://review.opendev.org/c/openstack/horizon/+/816303 Committed: https://opendev.org/openstack/horizon/commit/6ac31e0ba8df520133d20d21e35085d9b882c04e Submitter: "Zuul (22348)" Branch: master
commit 6ac31e0ba8df520133d20d21e35085d9b882c04e Author: manchandavishal <[email protected]> Date: Tue Nov 2 12:10:22 2021 +0530 Drop Django based implementation of launch instance horizon already deprecated launch instance Django based implementation in the wallaby cycle [1]. This patch remove code for launch instance Django based implementation as angular based implementation is the default one from long and all features gaps between angular and Django implementation is closed. It also moves SetAdvanced step code to ``resize_instance.py`` as ``workflows/create_instance.py`` file is deleted and remove server_group option from Advanced Options of resizing instance action because "server_group" is not required while resizing an instance as per nova-api reference [2]. Closes-Bug: #1869222 [1] https://review.opendev.org/c/openstack/horizon/+/779125 [2] https://docs.openstack.org/api-ref/compute/?expanded=resize-server-resize-action-detail#resize-server-resize-action Change-Id: I5e01cd81f309491f1a58ea93911030366a86e3c7 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1869222 Title: In Resize Instance interface Advanced Options -> Server Group option does not do anything Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Choosing a server affinity group from the drop-down menu does not do anything. Checking resize_instance.py there is no mentioning of the form's server_group field: https://pastebin.ubuntu.com/p/Dp5jpBnxrk/ To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1869222/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

