-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathjetstream.env.sample
More file actions
34 lines (27 loc) · 808 Bytes
/
jetstream.env.sample
File metadata and controls
34 lines (27 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#-----------------------------------------------
# Copy this file to jetstream.env and enter
# settings below according to README
#-----------------------------------------------
# Your project name
OS_PROJECT_NAME=???
# Your TACC credentials (to https://portal.tacc.utexas.edu/)
OS_USERNAME=???
OS_PASSWORD=???
# IU API settings
OS_AUTH_URL_IU=???
OS_PROJECT_ID_IU=???
OS_PROJECT_DOMAIN_ID_IU=???
# TACC API settings
OS_AUTH_URL_TACC=???
OS_PROJECT_ID_TACC=???
OS_PROJECT_DOMAIN_ID_TACC=???
#-----------------------------------------------
# You don't need to worry about the following
#-----------------------------------------------
# Default API (can be IU or TACC)
OS_DEFAULT_API=IU
# Other settings
OS_USER_DOMAIN_NAME=tacc
OS_REGION_NAME=RegionOne
OS_INTERFACE=public
OS_IDENTITY_API_VERSION=3