Files
training-guides/doc/training-guides/basic-install-guide/keystone-scripts/Credentials.sh
Pranav Salunke 7e9808ae6a Adds Keystone Scripts
Add keystone scripts to the docs basic-install-guide folder, till the labs
section is properly implemented.

Also modify links pointing towards the keystone scripts.

Change-Id: Ic1eea2bd814209eeef0e31ce7149711035c8d85e
Implements: blueprint openstack-training-guides
Fixes-bug: #1282056
2014-07-19 11:23:07 +02:00

5 lines
137 B
Bash

export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=admin_pass
export OS_AUTH_URL="http://192.168.100.51:5000/v2.0/"