First time here? Check out the FAQ!
![]() | 1 | initial version |
@rajivchaudhary - iirc since Newton ceilometer-api is running under mod_wsgi.
Could U please check config files for ceilometer/aodh from /etc/httpd/ dir ?
Also it worth checking apache's logs as well ans SELinux related logs.
As @cow mention U can try to do a direct curl query to the ceilometer's API:
TOKEN=$( openstack token issue -f value -c id )
curl -XGET -H "X-Auth-Token: $TOKEN" http://127.0.0.1:8777