From 54ceb4a7a213805811c92583d519dce4d4ef6e3f Mon Sep 17 00:00:00 2001 From: Ulas Kozat Date: Thu, 9 Jun 2016 16:43:16 -0700 Subject: files pushed to the client are written to files under directories named after udid Change-Id: I28b5dd6ce3bcc9592108ffecbd325b4290ddeddf Signed-off-by: Ulas Kozat --- domino_conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'domino_conf.py') diff --git a/domino_conf.py b/domino_conf.py index 4f03212..56ccf58 100644 --- a/domino_conf.py +++ b/domino_conf.py @@ -14,6 +14,7 @@ DOMINO_CLI_PORT = 9100 UDID_DESIRED = 12467 LIST_SUPPORTED_TEMPLATES = ['tosca-nfv-v1.0'] DEFAULT_TOSCA_PUBFILE = './tosca-templates/tosca_helloworld_nfv.yaml' +TOSCA_RX_DIR = './toscafiles/' #Server Parameters SERVER_UDID = 0 -- cgit 1.2.3-korg