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
5 lines
137 B
Bash
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/"
|