diff options
author | Ulas Kozat <ulas.kozat@huawei.com> | 2016-11-17 22:41:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-17 22:41:32 +0000 |
commit | 825ff565d9ebebe06f915c977bf8782fcc9de8fa (patch) | |
tree | 0c84d2a0feb9c25391da8c234538ec73b2570d14 /domino_conf.py | |
parent | 5d434724bf89cffaa9b21a0b02fd0e5f74c0293f (diff) | |
parent | 0d1a7cbd73b3a42eb1dc32b598ed78080a7155bc (diff) |
Merge "Replace toscaparser with native yaml to load published Tosca file into memory"
Diffstat (limited to 'domino_conf.py')
-rw-r--r-- | domino_conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/domino_conf.py b/domino_conf.py index 644158b..146fd44 100644 --- a/domino_conf.py +++ b/domino_conf.py @@ -11,7 +11,7 @@ CLIENT_SEQNO = 0 DOMINO_SERVER_IP = 'localhost' DOMINO_CLI_PORT = 9100 -UDID_DESIRED = 12467 +UDID_DESIRED = 0 LIST_SUPPORTED_TEMPLATES = ['tosca-nfv-v1.0'] DEFAULT_TOSCA_PUBFILE = './tosca-templates/tosca_helloworld_nfv.yaml' TOSCA_RX_DIR = './toscafiles/' |