Update devstack plugin readme to enable Panko

Ceilometer now uses Panko to store event, should enable Panko when
enabling OSProfiler.

Change-Id: I929505f38bce58b6061f757b64014afa3cab6c51
This commit is contained in:
lvdongbing 2016-10-18 02:55:16 -04:00
parent bbdf95d6c3
commit 978c84a579
1 changed files with 6 additions and 5 deletions

View File

@ -1,15 +1,16 @@
==================================
Enabling OSprofiler using DevStack
Enabling OSProfiler using DevStack
==================================
This directory contains the files necessary to run OpenStack with enabled
OSprofiler in DevStack.
OSProfiler in DevStack.
To configure DevStack to enable OSprofiler edit
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
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer master
enable_plugin panko https://git.openstack.org/openstack/panko master
enable_plugin osprofiler https://git.openstack.org/openstack/osprofiler master
to the ``[[local|localrc]]`` section.