From e78ac476394f3dd3f7bc13ce31896f76711e9811 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 29 May 2018 11:34:50 -0600 Subject: [PATCH] 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 51291f1460f6ada6039558c8231de82db0d6cb22) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3203ef9d..6e3b0522 100644 --- a/README.md +++ b/README.md @@ -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.