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/puppet-nova
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/puppet-nova
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2024.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 10 files changed
  • 3 contributors

Commits on Oct 4, 2024

  1. Update .gitreview for stable/2024.2

    Change-Id: I6a3f4583c48b9c277ce0389ffde4734f9c4f61c0
    openstackadmin committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8fe9f0d View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2024.2

    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/2024.2 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: I1c1cd39ada40e4142ff22d947416651944b33050
    openstackadmin committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3411175 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Drop unicode prefix from command output

    ... because it is not longer shown in Python 3.
    
    Change-Id: I126798422bcc3b78e1213865e0f23fef0b976fef
    (cherry picked from commit fc2f08c)
    kajinamit committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f6cd737 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Add skip CPU compare to nova::workarounds

    This adds the skip_cpu_compare_on_dest and
    skip_cpu_compare_at_startup parameter to the
    nova::workarounds class.
    
    Change-Id: I7997067800f0e1f6563e164f8c02a15680b3aa9b
    (cherry picked from commit d24ca46)
    tobias-urdin committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    4b67e3b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Fix new lint errors

    Fix "WARNING: there should be a single space before '=>'" newly
    detected by new puppet-lint.
    
    Change-Id: I2da62f34fbd31c837cbccd0b9cdb2c77dbdc5b82
    (cherry picked from commit 00731a3)
    kajinamit authored and tobias-urdin committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    e8ac993 View commit details
    Browse the repository at this point in the history
Loading