osprofiler/devstack
Dina Belova d210129fd8 Add raw Ceilometer events support to DevStack plugin
Change-Id: I3a48ea3f1157c7f97dfa1773f66e0638abfc43a5
2016-01-27 16:39:37 +03:00
..
lib Add raw Ceilometer events support to DevStack plugin 2016-01-27 16:39:37 +03:00
README.rst Add DevStack plugin 2016-01-14 01:41:39 -08:00
plugin.sh Add DevStack plugin 2016-01-14 01:41:39 -08:00
settings Add DevStack plugin 2016-01-14 01:41:39 -08:00

README.rst

Enabling OSprofiler using DevStack

This directory contains the files necessary to run OpenStack with enabled OSprofiler in DevStack.

To configure DevStack to enable OSprofiler edit ${DEVSTACK_DIR}/local.conf file and add:

enable_plugin ceilometer https://github.com/openstack/ceilometer master
enable_plugin osprofiler https://github.com/openstack/osprofiler master

to the [[local|localrc]] section.

Run DevStack as normal:

$ ./stack.sh