summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-10-20 14:34:38 +0000
committerGerrit Code Review <review@openstack.org>2016-10-20 14:34:39 +0000
commitb077065b7ffad5152c7b70e100d2e68d8956c053 (patch)
tree959cca1277ec08ac5255332a9ac65e2ba1de427e
parentcf857a33791b2cf72c7cdefa126e37b6c40aebe8 (diff)
parent978c84a579b13cdc332fb24e234d46af658ddf4c (diff)
downloadosprofiler-b077065b7ffad5152c7b70e100d2e68d8956c053.tar.gz
Merge "Update devstack plugin readme to enable Panko"
-rw-r--r--devstack/README.rst11
1 files 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.