Skip to content

Instantly share code, notes, and snippets.

@lbragstad
Created January 8, 2019 14:56
Show Gist options
  • Save lbragstad/ad744f1a5acb4f4dc3387383514ab33f to your computer and use it in GitHub Desktop.
Save lbragstad/ad744f1a5acb4f4dc3387383514ab33f to your computer and use it in GitHub Desktop.
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