From 95f1b8243d6f298f0e3827f921265d002306cff6 Mon Sep 17 00:00:00 2001 From: Dmitry Popovichev Date: Mon, 19 Jan 2026 15:12:57 +0000 Subject: [PATCH] MAINT: Minor format change to the README file To make it look neater and follow the rest of the page's format. --- cluster-api/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cluster-api/README.md b/cluster-api/README.md index 2e49d6c..3d5e9b7 100644 --- a/cluster-api/README.md +++ b/cluster-api/README.md @@ -37,8 +37,9 @@ The token can be generated from your GitHub settings, under developer access, an You need to set up credentials for OpenStack authentication as we are using a remote builder. Create a clouds.yaml application credential and place it into `~/.config/openstack/clouds.yaml`. See [here](https://stfc.atlassian.net/wiki/spaces/CLOUDKB/pages/211484774/Application+Credentials) for help. Addtionally, you will need to specify the cloud name in your session by exporting it. By default this will be `openstack` as seen in the standard `clouds.yaml` file: - -`export OS_CLOUD=` + ```shell + export OS_CLOUD= + ``` ## Build a specific version