From 023a80ec23efa2353143d0b9455f88c66c5fe881 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 7 Dec 2007 15:46:11 +0000 Subject: [PATCH] added comments --- node_ssh/nst_config | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/node_ssh/nst_config b/node_ssh/nst_config index 30d21f9..6c6f21f 100644 --- a/node_ssh/nst_config +++ b/node_ssh/nst_config @@ -1,12 +1,22 @@ -# node_test_ssh config file +# node_ssh config file +# API URL +# URL to api server. NST_API_SERVER='https://www.planet-lab.org/PLCAPI/' +# Slice SSH Public Key +# The SSH public key used to access the slice. NST_KEY_PATH='/usr/share/planetlab/tests/nts/keys/nts.pub' +# Slice Name +# Name of the slice to use. NST_SLICE='pl_nts' +# Slice User's Account +# An account that has access to the slice we will use. NST_USER='USERNAME' +# Slice User's Password +# The password of the slice user's account. NST_PASSWORD='PASSWORD' -- 2.47.0