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
This commit is contained in:
Victor Morales 2017-01-13 12:03:10 -06:00
parent 9ddcab56a3
commit 52f0df9428
1 changed files with 3 additions and 1 deletions

View File

@ -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