-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: openstack/nova
base: master
head repository: QumulusTechnology/nova
compare: dev
- 9 commits
- 17 files changed
- 7 contributors
Commits on Mar 18, 2025
-
Update .gitreview for stable/2025.1
Change-Id: I8a9fbcac2aa4090b913f8b2e7953fd8397435433
Configuration menu - View commit details
-
Copy full SHA for 8010bdc - Browse repository at this point
Copy the full SHA 8010bdcView commit details -
Update TOX_CONSTRAINTS_FILE for stable/2025.1
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/2025.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I9829aa7887fc67a7693c134ef5fe302207e1a58a
Configuration menu - View commit details
-
Copy full SHA for 6422ebe - Browse repository at this point
Copy the full SHA 6422ebeView commit details
Commits on Mar 20, 2025
-
Related-Bug: #2098496 Change-Id: I9a3091662fb5d1d0a41dbeff56d9680a748fe312 (cherry picked from commit 32afd0c)
Configuration menu - View commit details
-
Copy full SHA for 91f6f7e - Browse repository at this point
Copy the full SHA 91f6f7eView commit details
Commits on Mar 25, 2025
-
wrap wsgi_app.init_application with latch_error_on_raise
This change adds a latch_error_on_raise decorator which is applied to the init_applciation function in our common wsgi_app module. This decorator will catch all non retryable exceptions and cause future invocations of the function to always return that same exception forever. a reset function is also added to the decorated function which should be called in our bases test class to prevent cross test interactons. Closes-Bug: #2103811 Related-Bug: #1882094 Change-Id: I44b1f7e2acc36a5b557d6d8788f6099f52bbdfb8 (cherry picked from commit 8dcbbe4)
Configuration menu - View commit details
-
Copy full SHA for 7f1b13e - Browse repository at this point
Copy the full SHA 7f1b13eView commit details
Commits on Apr 2, 2025
-
ironic: fix logging of validation errors
When validation of the node fails, since switching to the SDK the address of the ValidationResult object is displayed instead of the actual message. This has been broken since patch Ibb5b168ee0944463b996e96f033bd3dfb498e304. Closes-Bug: 2100009 Change-Id: I8fbdaadd125ece6a3050b2fbb772a7bd5d7e5304 Signed-off-by: Doug Goldstein <cardoe@cardoe.com> (cherry picked from commit 37888e8)
Configuration menu - View commit details
-
Copy full SHA for 3242cde - Browse repository at this point
Copy the full SHA 3242cdeView commit details
Commits on Apr 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8b97828 - Browse repository at this point
Copy the full SHA 8b97828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3015d - Browse repository at this point
Copy the full SHA 6b3015dView commit details
Commits on Apr 24, 2025
-
Use dict object for request_specs_dict in the _list_view
The request_specs_dict in the _list_view is initialized as a defaultdict object in order to return empty string as default. But the request_spec_dict is replaced with a normal dict object in the v2.96 microversion, then if server list and RequestSpec missmatch happens by any reason, the List Server API and the List Server Detail API hit 500 Internal server error because of key error. This commit updates the req_spec_dict to use normal dict object, then it returns sentinel object if there is no appropriate request_spec object. Closes-Bug: #2095364 Change-Id: If282b8709954f276cb5d48114437809d771a9958 (cherry picked from commit 509820f)
Configuration menu - View commit details
-
Copy full SHA for 957d97e - Browse repository at this point
Copy the full SHA 957d97eView commit details
Commits on May 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 78bbd3c - Browse repository at this point
Copy the full SHA 78bbd3cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...dev