osprofiler/devstack/README.rst
Boris Pavlovic a6cb3c08cc Add DevStack plugin
This allows us to automate enabling OSProfiler in OpenStack

Just add to DevStack localrc file:

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

Change-Id: I3607407dd506723c1aad6696ec98eaed8a8ddd9e
2016-01-14 01:41:39 -08:00

19 lines
535 B
ReStructuredText

==================================
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