aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-05-20 00:36:57 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-05-20 00:36:57 +0200
commitf89e5f828617a2cdcb28631d7db98387c698fded (patch)
treeecbd644982f52afc7fbc5c86a50689e9138768bc
parenteb61d2d7728bcb56f6a4933edc8febc54d817f4c (diff)
Add disk-speed
-rw-r--r--config-model/src/main/resources/schema/common.rnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/common.rnc b/config-model/src/main/resources/schema/common.rnc
index 59b40f433b5..3e33227b064 100644
--- a/config-model/src/main/resources/schema/common.rnc
+++ b/config-model/src/main/resources/schema/common.rnc
@@ -26,7 +26,8 @@ Nodes = element nodes {
Resources = element resources {
attribute vcpu { xsd:double { minExclusive = "0.0" } } &
attribute memory { xsd:string } &
- attribute disk { xsd:string }
+ attribute disk { xsd:string } &
+ attribute disk-speed { xsd:string }?
}
OptionalDedicatedNodes = element nodes {