Go to file
EsmerlinJM ecdcc0697c [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: 5d8fd38400

Closes-bug: https://bugs.launchpad.net/magnum/+bug/2091103

Change-Id: I0337d55c1b24ffce7c798a81a286989c402efcc1
2024-12-11 15:06:28 +00:00
2022-08-25 10:22:04 +08:00
2019-06-03 19:34:36 +10:00
2016-08-28 21:47:22 +01:00
2018-07-24 15:44:42 +07:00
2019-04-19 19:40:49 +00:00
2014-11-21 08:33:53 +09:00
2018-07-24 15:44:42 +07:00
2014-11-18 14:38:31 -07:00
2024-09-19 22:23:28 +09:00
2020-04-04 16:55:16 +02:00
2024-09-19 22:23:28 +09:00
2024-05-08 18:57:54 +10:00

Team and repository tags

image

Python bindings to the Magnum API

Latest Version

Downloads

This is a client library for Magnum built on the Magnum API. It provides a Python API (the magnumclient module) and a command-line tool (magnum).

Development takes place via the usual OpenStack processes as outlined in the developer guide.

Description
Python client for Container Infrastructure Management Service
Readme 8 MiB
Languages
Python 100%