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

Commits on Apr 16, 2025

  1. Update .gitreview for stable/2025.1

    Change-Id: I6b764c5cdf055ca48f9c57c38da47e2075754696
    openstackadmin committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    2d225c2 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: I3b02b29a6048d5cec64b284ed60b47e25b510665
    openstackadmin committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    9d1998a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Replace Puppet::Util::withenv with custom version

    ... that filters out OS_* environment variables
    from the existing copied ENV and then set the
    passed environment variables to ENV and yield
    to the openstack CLI call.
    
    This has been a problem for a very long this
    where if you source OS_* environment in your
    shell and try to run Puppet the openstack CLI
    calls executed by the Puppet modules will
    pick up these environment variables causing
    side effects such as `openstack token issue`
    commands failing to test password for keystone_user
    resources causing a `openstack uset set` command
    even though the password has not changed.
    
    Change-Id: Ic4f9d7f7e8faf5ba5caaade49f10789aa8dba864
    Signed-off-by: Tobias Urdin <tobias.urdin@binero.com>
    (cherry picked from commit 864f02d)
    (cherry picked from commit 2e85937)
    tobias-urdin authored and kajinamit committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    12557ed View commit details
    Browse the repository at this point in the history
Loading