Created
August 10, 2016 19:06
-
-
Save omgjlk/2286e5ea0b6fa11bea21057676f01e89 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
OS_IDENTITY_API_VERSION=3 | |
OS_PASSWORD=<derp> | |
OS_AUTH_URL=https://openstack.example.com:5000/v3 | |
OS_USERNAME=admin | |
OS_CACERT=/opt/stack/ssl/openstack.crt | |
OS_NO_CACHE=True | |
OS_PROJECT_NAME=admin | |
OS_DOMAIN_ID=default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment