docs: remove steps for STACKIT credentials in config (#2980)

The OpenStack credentials (username and password) can now be retrieved
from the "clouds.yaml" by the Constellation CLI and terraform code.
This simplifies the configuration for end-users.
This commit is contained in:
Malte Poll 2024-03-12 07:27:45 +01:00 committed by GitHub
parent 25624e91e8
commit 1b973bf23f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

View File

@ -124,11 +124,7 @@ If you encounter any problem with the following steps, make sure to use the [lat
To use Constellation on STACKIT, the cluster will use the User Access Token (UAT) that's generated [during the install step](./install.md).
After creating the accounts, fill in the STACKIT details in `constellation-conf.yaml` under `provider.openstack`:
- `projectID`: OpenStack project id (can be found in `clouds.yaml` or `openrc` file of UAT)
- `projectName`: OpenStack project name (can be found in `clouds.yaml` or `openrc` file of UAT)
- `stackitProjectID`: STACKIT project id (can be found after login on <https://portal.stackit.cloud>)
- `username`: username of the UAT
- `password`: password of the UAT
</tabItem>
</tabs>

View File

@ -124,11 +124,7 @@ If you encounter any problem with the following steps, make sure to use the [lat
To use Constellation on STACKIT, the cluster will use the User Access Token (UAT) that's generated [during the install step](./install.md).
After creating the accounts, fill in the STACKIT details in `constellation-conf.yaml` under `provider.openstack`:
- `projectID`: OpenStack project id (can be found in `clouds.yaml` or `openrc` file of UAT)
- `projectName`: OpenStack project name (can be found in `clouds.yaml` or `openrc` file of UAT)
- `stackitProjectID`: STACKIT project id (can be found after login on <https://portal.stackit.cloud>)
- `username`: username of the UAT
- `password`: password of the UAT
</tabItem>
</tabs>