summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2020-07-06 14:29:02 +0200
committerGitHub <noreply@github.com>2020-07-06 14:29:02 +0200
commita56e3edad71c5c457cfee6b585be3763759f9ff5 (patch)
tree22729535b03350c190fd406407f700158f02da34 /config-model
parent50212269c2a455ab603531da113800b82196c988 (diff)
parent7efcbcc31012fd7573f6d0b10a1bd9e8edfaf174 (diff)
Merge pull request #13805 from vespa-engine/arnej/terminology-prototype
Arnej/terminology prototype
Diffstat (limited to 'config-model')
-rwxr-xr-xconfig-model/src/test/cfg/routing/routeconfig/messagebus.cfg2
-rwxr-xr-xconfig-model/src/test/cfg/routing/routeconfig/services.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/cfg/routing/routeconfig/messagebus.cfg b/config-model/src/test/cfg/routing/routeconfig/messagebus.cfg
index 556cbef7556..ca1be1f7847 100755
--- a/config-model/src/test/cfg/routing/routeconfig/messagebus.cfg
+++ b/config-model/src/test/cfg/routing/routeconfig/messagebus.cfg
@@ -3,5 +3,5 @@ routingtable[0].route[0].name "backdoor"
routingtable[0].route[0].hop[0] "docproc/cluster.music.indexing/*/chain.music.indexing"
routingtable[0].route[0].hop[1] "backdoor"
routingtable[0].route[1].name "default"
-routingtable[0].route[1].hop[0] "docproc/cluster.blacklist/*/chain.blacklist"
+routingtable[0].route[1].hop[0] "docproc/cluster.blocked/*/chain.blocked"
routingtable[0].route[1].hop[1] "indexing"
diff --git a/config-model/src/test/cfg/routing/routeconfig/services.xml b/config-model/src/test/cfg/routing/routeconfig/services.xml
index 08b5a178924..dcb46f9341b 100755
--- a/config-model/src/test/cfg/routing/routeconfig/services.xml
+++ b/config-model/src/test/cfg/routing/routeconfig/services.xml
@@ -7,7 +7,7 @@
<routing version="1.0">
<routingtable protocol="document" verify="false">
- <route name="default" hops="docproc/cluster.blacklist/*/chain.blacklist indexing" />
+ <route name="default" hops="docproc/cluster.blocked/*/chain.blocked indexing" />
<route name="backdoor" hops="docproc/cluster.music.indexing/*/chain.music.indexing backdoor" />
</routingtable>
</routing>