summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-07-07 11:16:49 +0200
committertmartins <thigm85@gmail.com>2020-07-07 11:16:49 +0200
commitf5bc1f9dfffecc55fd89053117ac4c4d067c89f9 (patch)
treeb54434bd119e0c747724c40e7b6756e9e41757d9 /python
parentcd671e9aabad05ba83277182f2721af689ef1a45 (diff)
remove unnecessary document-processing tags
Diffstat (limited to 'python')
-rw-r--r--python/vespa/vespa/templates/services.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/vespa/vespa/templates/services.xml b/python/vespa/vespa/templates/services.xml
index e287e53107d..c6bda296be9 100644
--- a/python/vespa/vespa/templates/services.xml
+++ b/python/vespa/vespa/templates/services.xml
@@ -2,14 +2,12 @@
<services version="1.0">
<container id="{{ application_name }}_container" version="1.0">
<search></search>
- <document-processing></document-processing>
<document-api></document-api>
</container>
<content id="{{ application_name }}_content" version="1.0">
<redundancy reply-after="1">1</redundancy>
<documents>
<document type="{{ document_name }}" mode="index"></document>
- <document-processing cluster="{{ application_name }}_container"></document-processing>
</documents>
<nodes>
<node distribution-key="0" hostalias="node1"></node>