From 75c21da103aab07d130f67bbbf4117dab1099c89 Mon Sep 17 00:00:00 2001 From: Dmitry Popovichev Date: Wed, 14 Jan 2026 14:43:44 +0000 Subject: [PATCH 1/3] Added a line in the README about exporting the cloud account name This is needed to pass authentication even if you only have a single cloud account in your clouds.yaml file. --- cluster-api/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cluster-api/README.md b/cluster-api/README.md index 58d35a9..72d1798 100644 --- a/cluster-api/README.md +++ b/cluster-api/README.md @@ -38,6 +38,10 @@ 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 account name in your session by exporting it. By default this will be `openstack` as seen in the standard `clouds.yaml` file: + +`export OS_CLOUD=` + ## Build a specific version 1. Grab the latest version of the K8s Image Builder submodule: From f64e45b7f82f13d5f33669c05541eb2f3752cd5b Mon Sep 17 00:00:00 2001 From: Dmitry Popovichev Date: Wed, 14 Jan 2026 14:43:44 +0000 Subject: [PATCH 2/3] Added a line in the README about exporting the cloud account name This is needed to pass authentication even if you only have a single cloud account in your clouds.yaml file. --- cluster-api/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cluster-api/README.md b/cluster-api/README.md index 58d35a9..4740b98 100644 --- a/cluster-api/README.md +++ b/cluster-api/README.md @@ -38,6 +38,10 @@ 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=` + ## Build a specific version 1. Grab the latest version of the K8s Image Builder submodule: From b07a00fd79ea2e49a761e437fd13f9e591d52461 Mon Sep 17 00:00:00 2001 From: Dmitry Popovichev Date: Wed, 14 Jan 2026 15:07:57 +0000 Subject: [PATCH 3/3] Added a line in the README about exporting the cloud account name This is needed to pass authentication even if you only have a single cloud account in your clouds.yaml file. --- cluster-api/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster-api/README.md b/cluster-api/README.md index 586ac56..4740b98 100644 --- a/cluster-api/README.md +++ b/cluster-api/README.md @@ -38,7 +38,6 @@ 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. -<<<<<<< HEAD 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=`