Comment 28 for bug 1560157

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

Reviewed: https://review.openstack.org/354271
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=53a79c33f88cea83fb2a90408dd3f5e8dd48a2f5
Submitter: Jenkins
Branch: stable/mitaka

commit 53a79c33f88cea83fb2a90408dd3f5e8dd48a2f5
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
    (cherry picked from commit b5f10f43eb9fd1a046a3e80db09d8bc8c350c218)