Fix indent of code blocks in Devstack plugin README file

Change-Id: I658a6d87b58df33dbfddd22506cf59c26d9ba265
This commit is contained in:
Christian Berendt 2015-10-23 11:04:35 +02:00
parent b584c2affe
commit 3d6082f7e3
1 changed files with 4 additions and 4 deletions

View File

@ -4,12 +4,12 @@ Enabling Aodh in DevStack
1. Download DevStack::
git clone https://git.openstack.org/openstack-dev/devstack.git
cd devstack
git clone https://git.openstack.org/openstack-dev/devstack.git
cd devstack
2. Add this repo as an external repository in ``local.conf`` file::
[[local|localrc]]
enable_plugin aodh https://git.openstack.org/openstack/aodh
[[local|localrc]]
enable_plugin aodh https://git.openstack.org/openstack/aodh
3. Run ``stack.sh``.