diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-07-24 14:09:59 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-07-24 14:51:52 +0200 |
commit | 76a084e4d15a1bdd95747d59bd7ffe00cc78f747 (patch) | |
tree | 5362228f4a266208bacb24f441c9b4c611563388 /README.md | |
parent | ef276f04512f1808ae7e9fbb2e3b904855486462 (diff) |
lavalab-gen.py: token is optional for users
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ masters: persistent_db: True/False (default False) Is the postgres DB is persistent over reboot users: - name: LAVA username - token: The token of this user + token: The token of this user (optional) password: Password the this user (generated if not provided) superuser: yes/no (default no) staff: yes/no (default no) |