我是靠谱客的博主 阔达饼干,最近开发中收集的这篇文章主要介绍安装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。先安装

sudo apt-get install python-dev  
sudo apt-get install libevent-dev

 
 
  1. easy_install svglib
  2. easy_install reportlab
  3. ./setup.py install

最后

以上就是阔达饼干为你收集整理的安装Ceilometer出现的问题的全部内容,希望文章能够帮你解决安装Ceilometer出现的问题所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部