From 68680e922b8209928c8d89ba24c437c38da52d5d Mon Sep 17 00:00:00 2001 From: jgilaber Date: Thu, 21 Dec 2023 15:13:52 +0100 Subject: [PATCH] Change link to ci-framework tempest role In https://github.com/openstack-k8s-operators/ci-framework/pull/943 the roles were moved from the ci_framework folder to the repo root to follow the structure of an ansible collection. Since eventually the ci_framework folder will be delete, this change points to the new role location to avoid a dead link in the future. --- docs/source/tempest_podman.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/tempest_podman.rst b/docs/source/tempest_podman.rst index 32bd132c..4ae30be7 100644 --- a/docs/source/tempest_podman.rst +++ b/docs/source/tempest_podman.rst @@ -15,7 +15,8 @@ tempest will save the logs from the test run: mkdir -p /tmp/tempest/logs Find/generate clouds.yaml file. `ci-framework` has a Jinja template for -generating the file, `see `_. +generating the file, `see +`_. Once you have ``clouds.yaml`` copy it to ``/tmp/tempest/logs``: .. code-block:: bash