From e2606acbdc2d4c34247ce4bead02baea60f5c65b Mon Sep 17 00:00:00 2001 From: Michael Gerlach Date: Sat, 10 Dec 2016 16:10:37 +0100 Subject: [PATCH] Modify Schema to enable mountopts --- bootstrapvz/base/manifest-schema.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrapvz/base/manifest-schema.yml b/bootstrapvz/base/manifest-schema.yml index 1e6f7a9..4fcd09e 100644 --- a/bootstrapvz/base/manifest-schema.yml +++ b/bootstrapvz/base/manifest-schema.yml @@ -164,6 +164,10 @@ definitions: items: {type: string} minItems: 1 type: array + mountopts: + items: {type: string} + minItems: 1 + type: array size: {$ref: '#/definitions/bytes'} required: [size, filesystem] additionalProperties: false