Fix Doc mistakes and add log to gitignore.

This commit is to fix few gaps in documentation.

Change-Id: I20021bdfb94d143f21a17dac77ee157fec7ab0af
This commit is contained in:
Goutham Pratapa 2019-01-30 16:18:57 +05:30 committed by Sergey Vilgelm
parent 12afdade52
commit d16ccfb64a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -62,3 +62,4 @@ releasenotes/build
# Misc
.stestr
*.log

View File

@ -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::