Comment 16 for bug 2045281

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

Reviewed: https://review.opendev.org/c/openstack/blazar-dashboard/+/908926
Committed: https://opendev.org/openstack/blazar-dashboard/commit/ac7151a20837fb3d3595b134bb8e2448f092f933
Submitter: "Zuul (22348)"
Branch: stable/zed

commit ac7151a20837fb3d3595b134bb8e2448f092f933
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)