Skip to content

Commit 6b347d2

Browse files
authored
Merge pull request #983 from stackhpc/tempest-doc
Fix Tempest doc long line
2 parents c512085 + 1e33f3d commit 6b347d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/source/operations/tempest.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,10 @@ command from the base of the ``kayobe-config`` directory:
277277

278278
.. code-block:: bash
279279
280-
sudo -E docker run --detach -it --rm --network host -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config -v $(pwd)/tempest-artifacts:/stack/tempest-artifacts -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY kayobe:latest /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack
280+
sudo -E docker run --name kayobe-automation --detach -it --rm --network host \
281+
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config -v $(pwd)/tempest-artifacts:/stack/tempest-artifacts \
282+
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY kayobe:latest \
283+
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack
281284
282285
By default, ``no_log`` is set to stop credentials from leaking. This can be
283286
disabled by adding ``-e rally_no_sensitive_log=false`` to the end.

0 commit comments

Comments
 (0)