部署一个ceilometer-horizon项目

下载代码

原来的代码好像安装的时候没有把文件全拷进去,用我修改过的吧

git clone https://github.com/suyan/ceilometer-horizon.git    

下面是他原来的代码

git clone https://github.com/yuanotes/ceilometer-horizon.git

安装必须的包

他用了导出pdf的python库,所以先得装一下

easy_install svglib
easy_install reportlab
./setup.py install

增加horizon部分

修改horizon/local目录中的local_setting.py

import sys
settings = sys.modules['openstack_dashboard.settings']
settings.INSTALLED_APPS += ('ceilometer_horizon.admin',)
from openstack_dashboard.dashboards.admin import dashboard
dashboard.SystemPanels.panels += ('ceilometer',)

重启apache

service apache2 restart
Loading Disqus comments...
Table of Contents