Updated openstack/openstack

Project: openstack/python-ceilometerclient  5328c3168a7ed011fc2c6ac16ba8f8e4f9c5e380

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
This commit is contained in:
Ekaterina Khripunova 2016-10-17 12:24:25 +03:00 committed by Gerrit Code Review
parent 36698153fe
commit 7a95d9172d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 79d6e3c5ac06228fc07537356ef4e8403e3201d4
Subproject commit 5328c3168a7ed011fc2c6ac16ba8f8e4f9c5e380