leave path to public key undefined
[tests.git] / node_ssh / nst_config
1 # node_ssh config file
2
3 # API URL
4 # URL to api server.
5 NST_API_SERVER='https://www.planet-lab.org/PLCAPI/' 
6
7 # Slice SSH Public Key
8 # The SSH public key used to access the slice. 
9 NST_KEY_PATH='PATH_TO_PUBLIC_KEY_FILE'
10
11 # Slice Name
12 # Name of the slice to use.
13 NST_SLICE='pl_nts'  
14
15 # Slice User's Account
16 # An account that has access to the slice we will use. 
17 NST_USER='USERNAME'
18
19 # Slice User's Password
20 # The password of the slice user's account. 
21 NST_PASSWORD='PASSWORD'
22