· 5 months ago · May 06, 2025, 01:30 PM
1# This is a clouds.yaml file, which can be used by OpenStack tools as a source
2# of configuration on how to connect to a cloud. If this is your only cloud,
3# just put this file in ~/.config/openstack/clouds.yaml and tools like
4# python-openstackclient will just work with no further config. (You will need
5# to add your password to the auth section)
6# If you have more than one cloud account, add the cloud entry to the clouds
7# section of your existing file and you can refer to them by name with
8# OS_CLOUD=openstack or --os-cloud=openstack
9clouds:
10 openstack:
11
12 auth:
13
14 auth_url: https://identity.brno.openstack.cloud.e-infra.cz/v3
15
16 application_credential_id: "d58b56b73ab3411293d43ae918ff8b88"
17 application_credential_secret: "zxc123"
18
19
20
21 region_name: "Brno1"
22
23
24 interface: "public"
25 identity_api_version: 3
26 auth_type: "v3applicationcredential"