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 ?