Last active
December 29, 2017 00:16
-
-
Save lbragstad/c00d9b849cc45bf8d13a135b73418886 to your computer and use it in GitHub Desktop.
System Scope Demo Files
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
export OS_AUTH_URL=http://192.168.122.11/identity/v3/ | |
export OS_IDENTITY_API_VERSION=3 | |
export OS_USERNAME=bill | |
export OS_PASSWORD=password | |
export OS_SYSTEM_SCOPED=True | |
export OS_DEFAULT_DOMAIN=default |
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
export OS_AUTH_URL=http://192.168.122.11/identity/v3/ | |
export OS_IDENTITY_API_VERSION=3 | |
export OS_USERNAME=bob | |
export OS_PASSWORD=password | |
export OS_SYSTEM_SCOPED=True | |
export OS_DEFAULT_DOMAIN=default |
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
export OS_AUTH_URL=http://192.168.122.11/identity/v3/ | |
export OS_IDENTITY_API_VERSION=3 | |
export OS_USERNAME=jane | |
export OS_PASSWORD=password | |
export OS_PROJECT_NAME=alpha | |
export OS_DEFAULT_DOMAIN=default |
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
export OS_AUTH_URL=http://192.168.122.11/identity/v3/ | |
export OS_IDENTITY_API_VERSION=3 | |
export OS_USERNAME=steve | |
export OS_PASSWORD=password | |
export OS_PROJECT_NAME=beta | |
export OS_DEFAULT_DOMAIN=default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment