scottslowe-learning-tools/openstack/cli/adminrc
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07:00

6 lines
No EOL
195 B
Text

export OS_AUTH_URL=http://<IP ADDRESS>:5000/v2.0/
export OS_PROJECT_NAME=<PROJECT>
export OS_TENANT_NAME=<PROJECT>
export OS_USERNAME=<USERNAME>
export OS_PASSWORD=<PASSWORD>
export OS_NO_CACHE=1