Skip to content

Instantly share code, notes, and snippets.

@mevansam
Last active August 29, 2015 14:11
Show Gist options
  • Save mevansam/d0d517ea321c6b199e55 to your computer and use it in GitHub Desktop.
Save mevansam/d0d517ea321c6b199e55 to your computer and use it in GitHub Desktop.
Sample OpenStack openrc file for an OpenStack sandbox
# 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
@mevansam
Copy link
Author

To download this to a local openrc file:

curl -ks -o openrc -L https://gist.github.com/mevansam/d0d517ea321c6b199e55/raw/8cca287b3c05439c1555bf3ede16f7e0c2d4f40f/gistfile1.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment