Comment 1 for bug 1488290

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

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

commit 2429daec98998767924d1287711b309aacfb03dc
Author: liu-sheng <email address hidden>
Date: Mon Aug 24 19:14:51 2015 +0800

    Don't try to get aodh endpoint if auth_url didn't provided

    This change includes:

    * Allow users of ceilometerclient specifying aodh_endpoint explicitly
    * If aodh_endpoint didn't provided and users just provide ceilometer
      endpoint and token, no auth_url, we assume aodh is unavailable and
      avoid trying to get aodh endpoint.

    Change-Id: Idd0ce60058d23507a99b89926e461d19db267ca2
    Closes-Bug: #1488290