Created
February 26, 2015 21:27
-
-
Save roaet/5f3487a0376fd9c5b871 to your computer and use it in GitHub Desktop.
Basic neutron.profile for blogpost
This file contains 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://identity.api.rackspacecloud.com/v2.0/ | |
export OS_AUTH_STRATEGY=rackspace | |
export OS_REGION_NAME=DFW | |
export OS_USERNAME=<username> | |
export OS_TENANT_NAME=<tenant_id> | |
export OS_PROJECT_ID=<tenant_id> | |
export OS_PASSWORD=<api_key> | |
export OS_NO_CACHE=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment