Openstack Pike Gnocchi Api Returns Empty List
I have installed OpenStack Pike as per the official documentation. Everything is working but the gnocchi API.
If I perform a lookup from the gnocchi client such as gnocchi resource list --type instance the correct information is returned. However, if I use Postman and successfully get a keystone token then perform a get to.
/v1/resource/instance
all that is returned is the empty list []. This follows from any other resource URL. As I understand it the Gnocchi client targets the same API URL so I am at a loss as to why this is happening?
Any help or advice would be grand.
The gnocchi is getting the meters correctly? The gnocchi-api who you describe works into the Openstack Client or in other machine?