Edit doc regarding override values

To avoid any confusion make an explicit note that override
values need to be written together.

Change-Id: I3d39edffc08ae310c7db9f66b0569f46537021f9
This commit is contained in:
Martin Kopec 2019-05-29 16:46:14 +00:00
parent 1e62b12ef3
commit e8f5ec6098

View File

@ -84,6 +84,12 @@ some override values.
identity.username MyOverrideUsername \
section.key MyValue
.. note::
Please, notice that override values are written together (only then they're
parsed correctly) and after all other arguments (that's due to better
readability).
The generated ``tempest.conf`` will look like:
.. code-block:: shell-session