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

Commits on Sep 5, 2024

  1. Update .gitreview for stable/2024.2

    Change-Id: I8bc4ced8fcb10aad69a0c278b9e64393ccf4f328
    openstackadmin committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0bdc460 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2024.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/2024.2 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: If619e0081474216e1074fb2c88d8591fad674f25
    openstackadmin committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a1756e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. [FIX]: check_hostname requires server_hostname in Magnum client

    Resolve issue with Magnum client when using HTTPS endpoints in Python 3.12.
    The error occurs due to `check_hostname` requiring `server_hostname` to be set
    when `CERT_REQUIRED` is used in `SSLContext.wrap_socket`.
    
    References:
    - Python 3.12 SSL documentation: https://docs.python.org/3.12/library/ssl.html#ssl.SSLContext.check_hostname
    - Related Magnum client commit from version 4.6.0: https://opendev.org/openstack/python-magnumclient/commit/5d8fd3840052e07418e007f336deb99fd58b7e92
    
    Closes-bug: https://bugs.launchpad.net/magnum/+bug/2091103
    
    Change-Id: I0337d55c1b24ffce7c798a81a286989c402efcc1
    (cherry picked from commit ecdcc06)
    EsmerlinJM authored and noonedeadpunk committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    f21205f View commit details
    Browse the repository at this point in the history
Loading