Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions cluster-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<cloud-name>`
```shell
export OS_CLOUD=<cloud-name>
```

## Build a specific version

Expand Down