Fix readme formating issues

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

error: Please correct your package.

Change-Id: I0ff83476918c00f59c5cf292944a3213e8ee41a9
Related-Bug: #1774001
This commit is contained in:
Alex Schultz 2018-05-29 11:36:15 -06:00
parent a7837c9430
commit 2ac38dd68c
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,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.