Comment 21 for bug 1560157

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

Reviewed: https://review.openstack.org/303472
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=b5f10f43eb9fd1a046a3e80db09d8bc8c350c218
Submitter: Jenkins
Branch: master

commit b5f10f43eb9fd1a046a3e80db09d8bc8c350c218
Author: Richard Theis <email address hidden>
Date: Thu Apr 7 16:35:38 2016 -0500

    Fix SSL/TLS verification for network commands

    The network commands ignored the --insecure and --os-cacert
    options and OS_CACERT environment variable which prevented
    them from properly completing SSL/TLS verification. This
    resulted in the network commands failing with
    "An SSL error occurred."

    Change-Id: I15167631ef58335e1476c16b828b079e3b0f13c1
    Closes-Bug: #1560157