Comment 2 for bug 1428370

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

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

commit e7b8c48c60e85378e1e1d3c30bfb4cfa79f3105a
Author: Srinivas Sakhamuri <email address hidden>
Date: Thu Mar 5 23:23:32 2015 +0000

    Fixes bug with Client function not setting up SSL params

    There are instances where some applications (heat, rally) instantiate
    ceilometer client using Client function (instead of get_client) which
    doesn't use the insecure and verify params properly. This fix will address
    that.

    Change-Id: I2f6346496e6ee36b5cd97ec6d9a732431532ff96
    Closes-Bug: #1428370