Comment 7 for bug 1447784

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

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

commit 31d785ec6951a84f831ea3dfd49214c42ae4fd26
Author: Dean Troyer <email address hidden>
Date: Thu Jun 4 09:20:29 2015 -0500

    Allow --insecure to override --os-cacert

    Change --insecure to ignore the --os-cacert setting. This is a change
    from before where OSC followed the requests pattern of cacert taking
    priority.

    This logic is also introduced in os-client-config 1.3.0; we
    do not require that release yet so it is duplicated here for now.
    That change will come with the upcoming global options refactor.

    Closes-Bug: #1447784
    Change-Id: Iaa6d499ed0929c00a56dcd92a2017487c702774a