Synchronise master with upstream#82
Open
github-actions[bot] wants to merge 5 commits intostackhpc/masterfrom
Open
Synchronise master with upstream#82github-actions[bot] wants to merge 5 commits intostackhpc/masterfrom
github-actions[bot] wants to merge 5 commits intostackhpc/masterfrom
Conversation
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I32d9a6e81c74d23811a54c88014ba52376f71d8d Signed-off-by: OpenStack Proposal Bot <openstack-infra@lists.openstack.org> Generated-By: openstack/openstack-zuul-jobs:roles/prepare-zanata-client/files/common_translation_update.sh
The IndexView.get_data() method catches exceptions.NotFound from keystoneauth1 when fetching metric info, but the CloudKitty client raises its own HttpError exception when a metric is not found. This causes the hashmap services list page to fail with an HTTP 500 error when any service is not registered as a metric in CloudKitty's info API. Change the exception handling to catch the broader Exception class to gracefully handle any error when fetching metric info, displaying "-" as the unit instead of crashing. Change-Id: I831f9d70492d377ec2508822f1ba8af967f0f8c7 Signed-off-by: Juan Larriba <jlarriba@redhat.com>
The admin/rating panel has been upgraded to use v2 of the CloudKitty API, matching the project/rating panel. Variable names have also been changed to match the project/rating panel format. This enables filtering in the API calls. Change-Id: I96f795ae9d8085ed92a9213a6e7571be5a702904 Signed-off-by: Leonie Chamberlin-Medd <leonie@stackhpc.com>
priteau
approved these changes
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains a snapshot of master from upstream master.