This happens because project_domain_name and user_domain_name are set in ceilometer.conf[service_credentials] which makes keystoneauth1 think that we are on v3, whereas it's actually v2 (likely hardcoded or by default?).
Comment 12Yurii Prokulevych
2016-07-29 11:49:24 UTC
Auth url is fixed:
grep auth_url /etc/ceilometer/ceilometer.conf
#auth_url = <None>
auth_url=http://192.0.2.6:5000
Compute related meters are collected at configured interval.
Verified with openstack-tripleo-heat-templates-2.0.0-24.el7ost.noarch
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://rhn.redhat.com/errata/RHEA-2016-1599.html