Last active
August 29, 2015 14:11
-
-
Save mevansam/d0d517ea321c6b199e55 to your computer and use it in GitHub Desktop.
Sample OpenStack openrc file for an OpenStack sandbox
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
# COMMON OPENSTACK ENVS | |
export OS_USERNAME=admin | |
export OS_PASSWORD=0p3n5tack | |
export OS_TENANT_NAME=admin | |
export OS_AUTH_URL=https://192.168.60.200:5000/v2.0 | |
export OS_REGION_NAME=kvm_vbox | |
export SERVICE_ENDPOINT="https://192.168.60.200:35357/v2.0" | |
export SERVICE_TOKEN=0c4a1365e0bbb7e2e02543a2b932cfed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To download this to a local
openrc
file: