diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2016-06-01 16:21:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-01 16:21:13 +0000 |
commit | ba0d2a3caab1de4d20ff4f43318d9b24732e33cf (patch) | |
tree | 81d2ad5b11d6b410ef9bdae0cbe183d421d9c99e /domino_conf.py | |
parent | 70dd36828ef1efca9204c15deacea25bc69a8709 (diff) | |
parent | b1486d4aeb0e37e0cb8fd31110af1e52d9a155fe (diff) |
Merge "refactored codes, added standalone CLI client, option of interactive vs. standalone CLI"
Diffstat (limited to 'domino_conf.py')
-rw-r--r-- | domino_conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/domino_conf.py b/domino_conf.py index 3ce442b..f311d43 100644 --- a/domino_conf.py +++ b/domino_conf.py @@ -6,6 +6,7 @@ CLIENT_SEQNO = 0 DOMINO_SERVER_IP = 'localhost' DOMINO_SERVER_PORT = 9090 +DOMINO_CLI_PORT = 9100 UDID_DESIRED = 12467 LIST_SUPPORTED_TEMPLATES = ['tosca-nfv-v1.0'] |