From 16d3b3fd181cb7c7e1d679be2ef74d083ffcb1b6 Mon Sep 17 00:00:00 2001 From: lpiwowar Date: Tue, 23 Nov 2021 10:00:04 +0100 Subject: [PATCH] Update URL for documentation of python-tempestconf The URL for documentation of python-tempestconf has changed with this patch [1]. This patch updates the URL for documentation of python-tempestconf to make it consistent across all repositories. [1] https://review.opendev.org/c/openinfra/python-tempestconf/+/815473 Change-Id: Ifa140d2b43ffe9c85e875fa4891d4a3757570934 --- doc/source/user/configuration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/user/configuration.rst b/doc/source/user/configuration.rst index 08e04af4..5121a453 100644 --- a/doc/source/user/configuration.rst +++ b/doc/source/user/configuration.rst @@ -35,7 +35,7 @@ python-tempestconf python-tempestconf is a tool which generates a ``tempest.conf`` file necessary for Tempest execution. For more information about the tool, please, -`follow its official documentation `_. +`follow its official documentation `_. If you want ``os_tempest`` to execute ``python-tempestconf``, prior to Tempest execution in order to generate ``tempest.conf`` file, set @@ -46,10 +46,10 @@ execution in order to generate ``tempest.conf`` file, set tempest_use_tempestconf: true More information about ``python-tempestconf`` arguments can -`be found here `_. +`be found here `_. The best way how to pass any arguments to ``python-tempestconf`` is using its -`profile feature `_. +`profile feature `_. ``os_tempest`` provides *tempest_tempestconf_profile* variable for setting desired python-tempestconf's arguments.