First time here? Check out the FAQ!
![]() | 1 | initial version |
Hi,
I too had the same issue as my plugins were not getting loaded (ceilometer/compute/pollsters/test_plugin.py). I coudnt find any other way than setting up an entry point on setup.cfg file for test_plugin and execute $sudo python setup.py install. After that i restarted ceilometer services and could see that plugins were getting loaded.