Comment 5 for bug 1744670

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.opendev.org/675894
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=285c51f7e1b27a786fa9684abdc489998285b4e2
Submitter: Zuul
Branch: master

commit 285c51f7e1b27a786fa9684abdc489998285b4e2
Author: Ivan Kolodyazhny <email address hidden>
Date: Mon Aug 12 16:19:44 2019 +0300

    Add custom SSL CA Cert support for api.cinder.get_microversion

    api.cinder.get_microversion function now supports OPENSTACK_SSL_NO_VERIFY
    and OPENSTACK_SSL_CACERT config options.

    This depends on commit 4a3a2c3c9a89ccff4e64d3da96de5b0af4303840 in
    python-cinderclient, so the minimum version of python-cinderclient
    is bumped to 5.0.0.

    NOTE(amotoki): The stretegy of backporting to stable branches needs
    a discussion with the requirements team as we cannot bump the
    minimum version (at least the major version bump is surprising).

    Change-Id: I22c6c60e10d8e9328f7f1e0c24d6c74496ec1a71
    Closes-Bug: 1744670