Comment 2 for bug 1634027

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

Reviewed: https://review.openstack.org/387391
Committed: https://git.openstack.org/cgit/openstack/python-ceilometerclient/commit/?id=5328c3168a7ed011fc2c6ac16ba8f8e4f9c5e380
Submitter: Jenkins
Branch: master

commit 5328c3168a7ed011fc2c6ac16ba8f8e4f9c5e380
Author: Ekaterina Khripunova <email address hidden>
Date: Mon Oct 17 12:24:25 2016 +0300

    Fixes SSLError during cclient.meters.list() by https

        The problem causes the function _adjust_kwargs(kwargs) which creates
        a new dict client_kwargs with new-named keys. It gets 'os_insecure' key
        from kwargs and gives it key-name 'insecure'.
        But the bug is in using kwargs.get('insecure') <which is None> to
        produse value of 'verify'.

    Change-Id: If77b2d3c75beddcd1a0a82353b56c84b29184ec7
    Closes-Bug: 1634027
    Related-Bug: 1394449