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

Commits on Mar 6, 2026

  1. Update .gitreview for stable/2026.1

    Change-Id: Icead409f27e98545e5434c67113deb3ee08542b3
    Signed-off-by: OpenStack Release Bot <[email protected]>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    d56eb80 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2026.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/2026.1 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: I57f0f38859c4aa0d9deb6e879494be76825a52a4
    Signed-off-by: OpenStack Release Bot <[email protected]>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    2c1254a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Fix unit tests with urllib3 2.x

    urllib3 was recently bumped to 2.x[1] in global upper constraints.
    Adopt the unit tests to fix a few new errors.
    
    The key points are
     - It now strictly requires byte response
     - It ignores CN to verify SSL certificates and we should add SAN
    
    Also leave the script to generate test certificates and keys so that
    we can adjust these in the future more easily.
    
    [1] https://review.opendev.org/c/openstack/requirements/+/972462
    
    Change-Id: I4ed7182ad38593554b0ac7cbdb63af85d984371d
    Signed-off-by: Takashi Kajinami <[email protected]>
    (cherry picked from commit e02b6b4)
    kajinamit committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    d53dd3e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Configuration menu
    Copy the full SHA
    99927fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9872f3b View commit details
    Browse the repository at this point in the history
Loading