File: README.rst

package info (click to toggle)
python-osprofiler 1.2.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 460 kB
  • sloc: python: 2,546; makefile: 196; sh: 43
file content (18 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
==================================
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