Comment 2 for bug 1479399

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

Reviewed: https://review.openstack.org/207084
Committed: https://git.openstack.org/cgit/openstack/cookbook-openstack-telemetry/commit/?id=76ba93e3623bcf755e5f1ba61bac0da85f0688a4
Submitter: Jenkins
Branch: master

commit 76ba93e3623bcf755e5f1ba61bac0da85f0688a4
Author: Yi Ming Yin <email address hidden>
Date: Wed Jul 29 23:04:47 2015 +0800

    Change os_auth_url to use identity_endpoint in conf template

    Current template ceilometer.conf.erb is using auth_uri for os_auth_url
    which is not a correct approach. This auth_uri is dedicated to be used
    by auth_uri under section [keystone_authtoken]. On the other hand, the
    passed in identity_endpoint param is not used. Actually, by comparison
    with other cookbooks, identity_endpoint should be used for keystone
    identity service connection.

    Change-Id: I50c631000efe9c82cd83723c1bf9a7c6ef54556c
    Closes-bug: #1479399