Comment 4 for bug 1744670

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-cinderclient (master)

Reviewed: https://review.opendev.org/675891
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=4a3a2c3c9a89ccff4e64d3da96de5b0af4303840
Submitter: Zuul
Branch: master

commit 4a3a2c3c9a89ccff4e64d3da96de5b0af4303840
Author: Ivan Kolodyazhny <email address hidden>
Date: Mon Aug 12 15:44:31 2019 +0300

    Add custom CA support for get_server_version

    get_server_version fails when self-signed CA cert is used. This patch
    adds:
    * insecure option to ignore SSL certificate validation
    * cacert to add ability to provide a custom SSL certificate

    Change-Id: Ib1d34a5a6b595c53473ddd3acb182ab5a39cbba5
    Related-Bug: 1744670