Skip to content

Commit

Permalink
corrected markdown links
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schrogl <[email protected]>
  • Loading branch information
Andreas Schrogl committed Jun 10, 2024
1 parent 4c593dc commit b075f54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/guides/other-guides/openrc-clouds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b075f54

Please sign in to comment.