From b075f544ca7eff959f9aff8e8cecc288b8ccc0f9 Mon Sep 17 00:00:00 2001 From: Andreas Schrogl Date: Mon, 10 Jun 2024 15:59:55 +0200 Subject: [PATCH] corrected markdown links Signed-off-by: Andreas Schrogl --- docs/guides/other-guides/openrc-clouds.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/guides/other-guides/openrc-clouds.md b/docs/guides/other-guides/openrc-clouds.md index d7c7e93345..1bbbd04ad6 100644 --- a/docs/guides/other-guides/openrc-clouds.md +++ b/docs/guides/other-guides/openrc-clouds.md @@ -112,7 +112,8 @@ clouds = { print (yaml.dump(clouds)) ``` -Source: [https://adam.younglogic.com/2022/03/generating-a-clouds-yaml-file] +Source: [https://adam.younglogic.com/2022/03/generating-a-clouds-yaml-file](https://adam.younglogic.com/2022/03/generating-a-clouds-yaml-file) + First you need to source your openrc file so that the OS_ variables are available. @@ -152,7 +153,7 @@ clouds: identity_api_version: $OS_IDENTITY_API_VERSION EOF ``` -Source: [https://andreaskaris.github.io/blog/openstack/using_clouds_yaml] +Source: [https://andreaskaris.github.io/blog/openstack/using_clouds_yaml](https://andreaskaris.github.io/blog/openstack/using_clouds_yaml) This will create the clouds.yaml file in your currect directory