-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclouds.yaml
20 lines (20 loc) · 842 Bytes
/
clouds.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This is a clouds.yaml file, which can be used by OpenStack tools as a source
# of configuration on how to connect to a cloud. If this is your only cloud,
# just put this file in ~/.config/openstack/clouds.yaml and tools like
# python-openstackclient will just work with no further config. (You will need
# to add your password to the auth section)
# If you have more than one cloud account, add the cloud entry to the clouds
# section of your existing file and you can refer to them by name with
# OS_CLOUD=openstack or --os-cloud=openstack
clouds:
openstack:
auth:
auth_url: YourClusterAPIURL
username: "YourUsername"
project_id: ProjectID
password: 'Password'
project_name: "ProjectName"
user_domain_name: "xerces"
region_name: "RegionName"
interface: "public"
identity_api_version: 3