Ceilometer meter-list "service catalog is empty."
Hi Folks, I have a multinode kilo installation (with controller, compute, network node) and I am trying to install ceilometer on it (from http://docs.openstack.org/kilo/instal...). I have been following the openstack kilo installation guide. The installation seems to be fine but when I run the "ceilometer meter-list" command to verify if ceilometer is been properly installed I get “The service catalog is empty." as output. I looked for an answer on web and found a possible solution of running the commands: unset OS_USER_DOMAIN_ID; unset OS_PROJECT_DOMAIN_ID;
But now I am getting an error as follows: “Expecting to find domain in project - the server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error.” Also it was suggested to upgrade python-ceilometerclient. Used the command "pip install --upgrade python-ceilometerclient".
Mongodb is running fine and I can log in mongodb and see the ceilometer database over there. Kindly suggest what should be done to rectify this issue.