diff options
Diffstat (limited to 'domino_conf.py')
-rw-r--r-- | domino_conf.py | 3 |
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' |