mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Move contents into new folder structure based on primary technology Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
6 lines
No EOL
195 B
Text
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 |