Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/nova
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: QumulusTechnology/nova
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 17 files changed
  • 7 contributors

Commits on Mar 18, 2025

  1. Update .gitreview for stable/2025.1

    Change-Id: I8a9fbcac2aa4090b913f8b2e7953fd8397435433
    openstackadmin committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    8010bdc View commit details
    Browse the repository at this point in the history
  2. 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
    openstackadmin committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    6422ebe View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Reproduce bug/2098496

    Related-Bug: #2098496
    Change-Id: I9a3091662fb5d1d0a41dbeff56d9680a748fe312
    (cherry picked from commit 32afd0c)
    gibizer committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    91f6f7e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. 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)
    SeanMooney committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    7f1b13e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. 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)
    cardoe committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    3242cde View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Merge "wrap wsgi_app.init_application with latch_error_on_raise" into…

    … stable/2025.1
    Zuul authored and openstack-gerrit committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    8b97828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b3015d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. 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)
    muroi authored and SeanMooney committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    957d97e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. qumulus initial

    dniasoff committed May 18, 2025
    Configuration menu
    Copy the full SHA
    78bbd3c View commit details
    Browse the repository at this point in the history
Loading