Skip to content

A ceilometer module that can be integrated with horizon.

Notifications You must be signed in to change notification settings

suyan/ceilometer-horizon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ceilometer plugin for Horizon

This is a ceilometer plugin that enables ceilometer in Horizon.

Installation

Must have install these packages

python-ceilometerclient
svglib
reportlab
keystone

Just type in the directory:

python setup.py install

Add Ceilometer panel to the Horizon dashboard

Add following lines to the local_settings.py file in Horizon:

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',)

You may need to restart the apache server to enable the plugin:

`service apache2 restart`

About

A ceilometer module that can be integrated with horizon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published