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: ff1ce07
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: 9f3e877
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 18, 2024

  1. Update .gitreview for stable/2024.1

    Change-Id: I1cfb02cf1ad3f4a10d00e7cc7b9b45348de7c039
    openstackadmin committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e056cb4 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2024.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/2024.1 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: I315006a6658d932911811900914711777b3ad296
    openstackadmin committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3ac4f48 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Replace remaining use of legacy facts

    ... because these are no longer available in Puppet 8.
    
    Change-Id: Ic1f11b7e12d35f7381d621c6f28636a34ca14e0e
    (cherry picked from commit ee48d7a)
    (cherry picked from commit a1f3e5a)
    kajinamit committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    2abaab7 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/+/967058
    Change-Id: Ic4f9d7f7e8faf5ba5caaade49f10789aa8dba864
    Signed-off-by: Tobias Urdin <tobias.urdin@binero.com>
    (cherry picked from commit 864f02d)
    (cherry picked from commit 4f2bdb5d8025fa8fa78a65b419bd95421fabeeb2)
    (cherry picked from commit e9d195ed66f43d984b8306437bcc1be398554636)
    (cherry picked from commit e97454336b299a52a4f57a7a2f7968fb6300a3df)
    tobias-urdin committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    9f3e877 View commit details
    Browse the repository at this point in the history
Loading