403 Forbidden gnocchi api
devstack branch : master(pike)
Im trying to install telemetry services (panko,aodh,gnocchi) with devstack.the installation was successfull with these plugins enabled but when executing command : openstack metric list
I get the following error.I tried to edit the auth_mode
to basic (previously auth_mode:keystone ) in /etc/gnocchi/gnocchi.conf
file but know success.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<h1>Forbidden</h1>
<p>You don't have permission to access /v1/metric
on this server.
<br />
</p>
<hr>
<address>Apache/2.4.18 (Ubuntu) Server at 38.87.46.116 Port 8041</address>
</body>
</html>
gnocchi.log file shows client denied by server configuration
.Am I missing any configuration ?
I'm facing the same issue, every gnocchi command returns a 403 error, though I configured /etc/gnocchi/gnocchi.conf with keystone_authtoken options, mentionned gnocchi in the meter_dispatchers and event_dispatchers options in /etc/ceilometer/ceilometer.conf, and sourced the openrc file.