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/python-openstackclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/python-openstackclient
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.
  • 10 commits
  • 8 files changed
  • 6 contributors

Commits on Mar 18, 2025

  1. Update .gitreview for stable/2025.1

    Change-Id: I98ee6b449f487bda11c4cbf5560693902040177f
    openstackadmin committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    782ab2b 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: Iafeb7966d23d4672d45f700d13dc8e117fc0852a
    openstackadmin committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    c5dc92b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Add libpcre3-dev in bindep.txt for pcre.h

    Doc job is going to run on Ubuntu Noble[1]
    and we need libpcre3-dev package for pcre.h
    
    [1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/935459
    
    Change-Id: I0fe73c02b093805d8eb1b15303f92633fad809cb
    (cherry picked from commit 702a37c)
    gmaanos authored and stephenfin committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    9e623da View commit details
    Browse the repository at this point in the history
  2. identity: Fix 'trust' commands to work with SDK

    Closes-Bug: #2102039
    Change-Id: I632937e06683cc76e78390a4e6f3de4e3c4f1f87
    (cherry picked from commit 1458330)
    kozhukalov authored and stephenfin committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    d455044 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. zuul: Make image job non-voting

    We may need to remove this soon enough, given the new Docker rate limits
    that we keep bumping into.
    
    Change-Id: Id4a9d8df770d107986b20e4a98835ee4e0b6117d
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
    (cherry picked from commit 7ef588d)
    stephenfin committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    94fe341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e78de74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeb6bbc View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Specifying project-domain for project

    The fix ensures that if a user wants to set a default project,
    they must also provide the project domain. If it's missing,
    an explicit error message is shown, making it clear that the
    project domain is required.
    
    Also adding some unit tests by modifying respective calls.
    
    Change-Id: Ia6e921a53da55ab1bce85a42c8160872a9d47d64
    Closes-Bug: #2102146
    (cherry picked from commit 2883f3f)
    dc0809 authored and stephenfin committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    80a4b58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    232d99a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Configuration menu
    Copy the full SHA
    bc1930c View commit details
    Browse the repository at this point in the history
Loading