System scope clouds.yaml
clouds: | |
system-admin: | |
auth: | |
auth_url: http://localhost/identity | |
password: password | |
user_domain_id: default | |
username: admin | |
system_scope: all | |
identity_api_version: '3' | |
region_name: 'RegionOne' | |
system-member: | |
auth: | |
auth_url: http://localhost/identity | |
password: password | |
user_domain_id: default | |
username: system-member | |
system_scope: all | |
identity_api_version: '3' | |
region_name: 'RegionOne' | |
system-reader: | |
auth: | |
auth_url: http://localhost/identity | |
password: password | |
user_domain_id: default | |
username: system-reader | |
system_scope: all | |
identity_api_version: '3' | |
region_name: 'RegionOne' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment