Skip to content

Instantly share code, notes, and snippets.

@petems
Created February 13, 2014 16:52
Show Gist options
  • Save petems/8978993 to your computer and use it in GitHub Desktop.
Save petems/8978993 to your computer and use it in GitHub Desktop.
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