Cli Access Multi Cloud Cli
Effectively Managing Multiple Clouds
# ~/.config/openstack/clouds.yaml
clouds:
cloud1:
region_name: Region1
auth:
auth_url: https://cloud1.platform9.net/keystone/v2.0
username: [email protected]
project_name: service
cloud2:
region_name: Region2
identity_api_version: 3
auth:
auth_url: https://cloud2.platform9.net/keystone/v3
username: [email protected]
project_name: service
project_domain_name: default
user_domain_name: defaultUsing os-client-config from the CLI
Using os-client-config from the API
Last updated
Was this helpful?
