Fix readme formatting issues

$ python setup.py check -r -s
running check
warning: check: Unexpected indentation. (line 63)

error: Please correct your package

Change-Id: I26057e9e2f86f092e04efd3f56f7d55be937f2de
Related-Bug: #1774001
(cherry picked from commit 51291f1460)
This commit is contained in:
Alex Schultz 2018-05-29 11:34:50 -06:00 committed by Emilien Macchi
parent 1921c39f8c
commit e78ac47639
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ We have five places we can do configuration in TripleO:
Our current heuristic for deciding where to do any particular configuration
step:
- per user config should be done from the outside via APIs, even for
users like 'admin' that we know we'll have. Note that service accounts
are different - they are a form of inter-node configuration.