diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2016-06-09 16:43:16 -0700 |
---|---|---|
committer | Ulas Kozat <ulas.kozat@gmail.com> | 2016-06-09 16:43:16 -0700 |
commit | 54ceb4a7a213805811c92583d519dce4d4ef6e3f (patch) | |
tree | 41720d0cf04edf0cdf837aab83080417f156257e /domino_conf.py | |
parent | 5b6b8842cfa56abcb4d7f23b37d02912a7d26199 (diff) |
files pushed to the client are written to files under directories named after udid
Change-Id: I28b5dd6ce3bcc9592108ffecbd325b4290ddeddf
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
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 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 |