summaryrefslogtreecommitdiff
path: root/devstack/README.rst
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2017-01-13 12:03:10 -0600
committerVictor Morales <victor.morales@intel.com>2017-01-17 10:13:57 -0600
commit52f0df9428aa7a243a9266d1315878c0b4279a8e (patch)
tree7b753533596a8ff6aca426aaa059ea8c2a894db7 /devstack/README.rst
parent9ddcab56a30cbd011331e01f443aec097ae10647 (diff)
downloadosprofiler-52f0df9428aa7a243a9266d1315878c0b4279a8e.tar.gz
Fix enabling order specify in README.rst
The order to enable devstack plugins is ommited which causes a failure during the stack execution. This patch specifies this requirement. Change-Id: Id59072c1c17530addb45b24ccec6b3c6fe6cc6df Closes-Bug: #1656373
Diffstat (limited to 'devstack/README.rst')
-rw-r--r--devstack/README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/devstack/README.rst b/devstack/README.rst
index b2a2faf..eaa6436 100644
--- a/devstack/README.rst
+++ b/devstack/README.rst
@@ -8,12 +8,14 @@ OSProfiler in DevStack.
To configure DevStack to enable OSProfiler edit
``${DEVSTACK_DIR}/local.conf`` file and add::
- enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer master
enable_plugin panko https://git.openstack.org/openstack/panko master
+ enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer master
enable_plugin osprofiler https://git.openstack.org/openstack/osprofiler master
to the ``[[local|localrc]]`` section.
+.. note:: The order of enabling plugins matter.
+
Run DevStack as normal::
$ ./stack.sh