summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-24 13:39:37 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-24 13:39:37 +0000
commit41a7dcb1ed23cc6b22769cc8b68c5b3e4bb2499a (patch)
treecd0adbf15ba103b015ab822ad1190730c9bb79ed /components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
parenta1984816bc46270bc705b09e4dd34b3e3280515e (diff)
parentf6c08adeb3ec6af94fc75eb4e8f0853ce5f38c97 (diff)
Merge "Update package type name"
Diffstat (limited to 'components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json')
-rw-r--r--components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json b/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
index 3eaee761f..5c9503fc3 100644
--- a/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
+++ b/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
@@ -2,8 +2,12 @@
"description": "This is Remote Python Execution Component.",
"version": "1.0.0",
"attributes": {
- "execution-logs": {
- "required": true,
+ "prepare-environment-logs": {
+ "required": false,
+ "type": "string"
+ },
+ "execute-command-logs": {
+ "required": false,
"type": "string"
}
},