Created
February 13, 2014 16:52
-
-
Save petems/8978993 to your computer and use it in GitHub Desktop.
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=https://lon.identity.api.rackspacecloud.com/v2.0/ | |
export OS_VERSION=2.0 | |
export OS_AUTH_SYSTEM=rackspace_uk | |
export OS_REGION_NAME=LON | |
export OS_SERVICE_NAME=cloudserversOpenStack | |
export OS_TENANT_NAME=# | |
export OS_USERNAME=# | |
export OS_PASSWORD=# | |
export OS_NO_CACHE=1 | |
export OS_AUTH_URL OS_VERSION OS_AUTH_SYSTEM OS_REGION_NAME OS_SERVICE_NAME OS_TENANT_NAME OS_USERNAME OS_PASSWORD OS_NO_CACHE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment