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.2
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 Oct 27, 2025

  1. Update .gitreview for stable/2025.2

    Change-Id: I609df43da0a6a07c5d98210d248935c7135d4d63
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    f27d8ce View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2025.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/2025.2 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: Iff17cb852403bba81e75e2cbeba2f6af17f3fd57
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    7b77e08 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 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.
    
    Depends-On: https://review.opendev.org/c/openstack/puppet-openstack-integration/+/967524
    Change-Id: Ic4f9d7f7e8faf5ba5caaade49f10789aa8dba864
    Signed-off-by: Tobias Urdin <tobias.urdin@binero.com>
    (cherry picked from commit 864f02d)
    tobias-urdin committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    2e85937 View commit details
    Browse the repository at this point in the history
Loading