Reviewed: https://review.opendev.org/c/openstack/horizon/+/899752 Committed: https://opendev.org/openstack/horizon/commit/aa21f4baa38fc70549b1c7341361519de6362d9b Submitter: "Zuul (22348)" Branch: master
commit aa21f4baa38fc70549b1c7341361519de6362d9b Author: okozachenko <[email protected]> Date: Thu Nov 2 01:27:20 2023 +1100 fix: ignore errors when flavors are deleted The code used to list flavors when in the admin or project side was not consistent and raised alerts if viewing in the admin side but not in the project side. This patch moves their behaviour to be consistent and refactors the code to use the same code-base. Closes-Bug: #2042362 Change-Id: I37cc02102285b1e83ec1343b710a57fb5ac4ba15 ** 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/2042362 Title: Listing instances gives unnecessary error if flavor is deleted Status in OpenStack Dashboard (Horizon): Fix Released Bug description: You'll get an alert similar to this: "Unable to retrieve instance size information." reference: https://github.com/vexxhost/atmosphere/issues/574 To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/2042362/+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

