Created
January 8, 2019 14:56
-
-
Save lbragstad/ad744f1a5acb4f4dc3387383514ab33f to your computer and use it in GitHub Desktop.
System scope clouds.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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