Skip to content

Instantly share code, notes, and snippets.

@tpot
Created October 29, 2014 23:41
Show Gist options
  • Save tpot/dfe8caca7509165505c1 to your computer and use it in GitHub Desktop.
Save tpot/dfe8caca7509165505c1 to your computer and use it in GitHub Desktop.
os4nd environment variables
export OS_AUTH_URL=http://localhost:35357/v2.0
export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=admin
export OS_AUTH_URL=http://localhost:35357/v2.0
export OS_TENANT_NAME=demo
export OS_USERNAME=demo
export OS_PASSWORD=demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment