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