blob: eaa6436a41a4cc55ca08576d10b101055c1cad52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
==================================
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 panko https://git.openstack.org/openstack/panko master
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer master
enable_plugin osprofiler https://git.openstack.org/openstack/osprofiler master
to the ``[[local|localrc]]`` section.
.. note:: The order of enabling plugins matter.
Run DevStack as normal::
$ ./stack.sh
|