From 2961f612f5e808d8229ab5ad7028c3526233e33a Mon Sep 17 00:00:00 2001 From: Ulas Kozat Date: Wed, 20 Jul 2016 17:47:50 -0700 Subject: update installation, configuration guide, configuration file and client Change-Id: I686c7d2c39894f68b73d1dd54071eb637acf846d Signed-off-by: Ulas Kozat --- domino_conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'domino_conf.py') diff --git a/domino_conf.py b/domino_conf.py index 56ccf58..644158b 100644 --- a/domino_conf.py +++ b/domino_conf.py @@ -2,13 +2,13 @@ logfile = None LOGLEVEL = 'WARNING' #'WARNING' #ERROR, DEBUG, INFO #Client Parameters +DOMINO_CLIENT_PORT = 9091 INTERACTIVE = 'FALSE' CLIENT_UDID = 1 CLIENT_SEQNO = 0 DOMINO_SERVER_IP = 'localhost' -DOMINO_SERVER_PORT = 9090 DOMINO_CLI_PORT = 9100 UDID_DESIRED = 12467 @@ -17,6 +17,7 @@ DEFAULT_TOSCA_PUBFILE = './tosca-templates/tosca_helloworld_nfv.yaml' TOSCA_RX_DIR = './toscafiles/' #Server Parameters +DOMINO_SERVER_PORT = 9090 SERVER_UDID = 0 TOSCADIR = './toscafiles/' TOSCA_DEFAULT_FNAME = 'template1.yaml' -- cgit 1.2.3-korg