diff options
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 |