From d16ccfb64a342e6bab73bc07631b25fb3f800ebc Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Wed, 30 Jan 2019 16:18:57 +0530 Subject: [PATCH] Fix Doc mistakes and add log to gitignore. This commit is to fix few gaps in documentation. Change-Id: I20021bdfb94d143f21a17dac77ee157fec7ab0af --- .gitignore | 1 + README.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 324269e6..cda7cbe8 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ releasenotes/build # Misc .stestr +*.log diff --git a/README.rst b/README.rst index dfba71f6..becc0789 100644 --- a/README.rst +++ b/README.rst @@ -188,7 +188,7 @@ To change the roles that the patrole tests are being run as, edit ``rbac_test_roles`` in the ``patrole`` section of tempest.conf: :: [patrole] - rbac_test_role = member,reader + rbac_test_roles = member,reader ... .. note::