Created
December 10, 2014 14:27
-
-
Save lbragstad/be89ebb7802be698af29 to your computer and use it in GitHub Desktop.
Devstack Notes
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
# Set env vars to use Keystone V3 | |
export OS_USER_DOMAIN_ID=default | |
export OS_PROJECT_DOMAIN_ID=default | |
export OS_IDENTITY_API_VERSION=3 | |
export OS_AUTH_URL=http://10.0.2.15:5000/v3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment