aboutsummaryrefslogtreecommitdiffstats
path: root/domino_conf.py
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2016-07-20 17:47:50 -0700
committerUlas Kozat <ulas.kozat@gmail.com>2016-07-21 15:44:09 -0700
commit2961f612f5e808d8229ab5ad7028c3526233e33a (patch)
tree61f56ec68c18c23a0bdadb34d4489f6a7eed229f /domino_conf.py
parent8a4902afe85c5391e626e5806fd8aa2dbc71f90c (diff)
update installation, configuration guide, configuration file and client
Change-Id: I686c7d2c39894f68b73d1dd54071eb637acf846d Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'domino_conf.py')
-rw-r--r--domino_conf.py3
1 files changed, 2 insertions, 1 deletions
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'