Comment 15 for bug 2045281

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to blazar-dashboard (stable/2023.1)

Reviewed: https://review.opendev.org/c/openstack/blazar-dashboard/+/908925
Committed: https://opendev.org/openstack/blazar-dashboard/commit/5a04368c1e3c05afc46db521442bef4686eb18f2
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 5a04368c1e3c05afc46db521442bef4686eb18f2
Author: Matt Crees <email address hidden>
Date: Fri Feb 9 10:33:15 2024 +0000

    Support SSL verification in creating Blazar client

    Adds support for SSL verification when ``OPENSTACK_SSL_CACERT`` is set.
    Explicitly skips verification if ``OPENSTACK_SSL_NO_VERIFY`` is set.

    This also switches to Session-based instantiation for the Blazar client,
    away from the deprecated url+token method.

    Closes-Bug: #2045281

    Change-Id: I94aad7590b1e42ddfa1a20fdb184ca4d73587cd6
    (cherry picked from commit 86f5b9012e99fee05ab52ed606e4348324715afc)