Last active
August 29, 2015 14:02
-
-
Save danabauer/1181de720e6ec815f590 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
| env vars for the nova CLI: | |
| export OS_AUTH_URL=https://identity.api.rackspacecloud.com/v2.0/ | |
| export OS_REGION_NAME=IAD | |
| export OS_TENANT_NAME=$RACKSPACE_TENANT | |
| export OS_TENANT_ID=$RACKSPACE_TENANT | |
| export OS_USERNAME=$RACKSPACE_USERNAME | |
| export OS_PASSWORD=$RACKSPACE_PASSWORD* | |
| *RACKSPACE_PASSWORD is your password, not API KEY. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment