安装mongoDB : http://chenzhou123520.iteye.com/blog/1582179
CRITICAL ceilometer [-] 'module' object has no attribute 'packs'
Running ceilometer- collector gives this error:
CRITICAL ceilometer [-] 'module' object has no attribute 'packs'
This is aversion conflict. Updating kombu version using pip fixes the problem. So kombu needs to be updated in Ubuntu.
https://github.com/openstack/requirements/blob/master/tools/pip-requires#L24
安装kombu2.5版本
Your Glance endpoint declared in Keystone contains a version, this is invalid. You should fix it.
Ceilometer
ceilometer central agent - 401 Unauthorized / 404 not found是
因为glance的版本问题引起的,将internel里面的9292/v2中的v2去掉,或者将代码里面的v1去掉也可以
安装必须的包
CRITICAL ceilometer [-] 'module' object has no attribute 'packs'
Running ceilometer-
CRITICAL ceilometer [-] 'module' object has no attribute 'packs'
This is aversion conflict. Updating kombu version using pip fixes the problem. So kombu needs to be updated in Ubuntu.
https://github.com/openstack/requirements/blob/master/tools/pip-requires#L24他用了导出pdf的python库,所以先得装一下,出现error: Setup script exited with error: command 'gcc' failed with exit status 1。先安装
sudo apt-get install python-devsudo apt-get install libevent-dev
easy_install svglibeasy_install reportlab./setup.py install
本文详细介绍了如何解决Ceilometer中遇到的版本冲突问题,特别是与Glance版本不匹配导致的错误。通过更新kombu版本、修正配置文件中的错误、以及解决依赖包安装问题,确保了系统的稳定运行。同时,文章还指导如何正确配置Glance版本以避免类似错误的再次发生。
934

被折叠的 条评论
为什么被折叠?



