From 978c84a579b13cdc332fb24e234d46af658ddf4c Mon Sep 17 00:00:00 2001 From: lvdongbing Date: Tue, 18 Oct 2016 02:55:16 -0400 Subject: Update devstack plugin readme to enable Panko Ceilometer now uses Panko to store event, should enable Panko when enabling OSProfiler. Change-Id: I929505f38bce58b6061f757b64014afa3cab6c51 --- devstack/README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/devstack/README.rst b/devstack/README.rst index 1a35e06..b2a2faf 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -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. -- cgit v1.2.1