Merge "Fix Doc mistakes and add log to gitignore."

This commit is contained in:
Zuul 2019-01-31 08:31:26 +00:00 committed by Gerrit Code Review
commit 2daa5e6017
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::