summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2022-03-01 18:08:57 +0100
committerGitHub <noreply@github.com>2022-03-01 18:08:57 +0100
commit2090ed6965c0c5b627a656ac272703326a75e1fb (patch)
tree12da0baddb536e6e4b8c956cb91a8e5b5e5e80ca /config-model
parent3b60f8ab0b3645da1e4a2d989c8aff2ddb6af701 (diff)
parent360915382dd6346a209fe693c021746d8f633084 (diff)
Merge pull request #21476 from vespa-engine/jonmv/more-dep-orch-adjustments
Jonmv/more dep orch adjustments
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 3e751a379d4..1aaf002b703 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -52,7 +52,8 @@ ParallelInstances = element parallel {
Upgrade = element upgrade {
attribute policy { xsd:string }? &
- attribute revision { xsd:string }? &
+ attribute revision-target { xsd:string }? &
+ attribute revision-change { xsd:string }? &
attribute rollout { xsd:string }?
}