Fix samples in README.rst

Fix incorrect formatting of cli samples.

Change-Id: I1e2d9efe6b67d7ec535d4f1f4aa6380c9c440aa1
This commit is contained in:
Sergey Skripnick 2014-03-31 12:36:55 +03:00
parent 496d87ba53
commit 1a4b3f08d4

View File

@ -4,17 +4,17 @@ Installing Rally using devstack
The contrib/devstack/ directory contains the files necessary to integrate Rally with devstack.
To install:
To install::
$ DEVSTACK_DIR=.../path/to/devstack
$ cp lib/rally ${DEVSTACK_DIR}/lib
$ cp extras.d/70-rally.sh ${DEVSTACK_DIR}/extras.d
To configure devstack to run rally:
To configure devstack to run rally::
$ cd ${DEVSTACK_DIR}
$ echo "enable_service rally" >> localrc
Run devstack as normal:
Run devstack as normal::
$ ./stack.sh