我是靠谱客的博主 阔达饼干,这篇文章主要介绍安装Ceilometer出现的问题,现在分享给大家,希望可以做个参考。

安装mongoDB : http://chenzhou123520.iteye.com/blog/1582179


https://pypi.python.org/pypi/stevedore/0.9.1

 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


https://pypi.python.org/pypi/kombu
安装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去掉也可以


安装必须的包

他用了导出pdf的python库,所以先得装一下,出现error: Setup script exited with error: command 'gcc' failed with exit status 1。先安装

复制代码
1
sudo apt-get install python-dev
复制代码
sudo apt-get install libevent-dev

复制代码
1
  1. easy_install svglib
  2. easy_install reportlab
  3. ./setup.py install

最后

以上就是阔达饼干最近收集整理的关于安装Ceilometer出现的问题的全部内容,更多相关安装Ceilometer出现内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(78)

评论列表共有 0 条评论

立即
投稿
返回
顶部