summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.