From 0d1a7cbd73b3a42eb1dc32b598ed78080a7155bc Mon Sep 17 00:00:00 2001 From: Ulas Kozat Date: Thu, 17 Nov 2016 10:57:56 -0800 Subject: Replace toscaparser with native yaml to load published Tosca file into memory Change-Id: I2ab06c97d103f95d53db256675b6949fa2b7b308 Signed-off-by: Ulas Kozat --- domino_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'domino_conf.py') 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/' -- cgit 1.2.3-korg