Cleanup README.rst

This patch fixes some dangling whitespace and an indention problem
around the removal of the six module.

Change-Id: Iae56c3ca1ea7e1eccacff2695ab5a288469faae8
This commit is contained in:
Major Hayden
2016-07-18 15:06:46 -05:00
parent a4e2fd5367
commit 71ceeabc68

View File

@@ -67,9 +67,9 @@ Install with DevStack and Neutron
- Remove Python's six packge::
sudo rm -f /usr/lib/python2.7/dist-packages/six.py /usr/lib/python2.7/dist-packages/six.pyc
# Old version of six package in /usr/lib/python2.7/dist-packages/ crashes
# quark server
sudo rm -f /usr/lib/python2.7/dist-packages/six.py /usr/lib/python2.7/dist-packages/six.pyc
- Install Devstack::