fix(xo-server/vm.create): allow additional props for VDIs and existingDisks

Fixes https://xcp-ng.org/forum/post/52561
This commit is contained in:
Julien Fontanet 2022-09-02 10:26:38 +02:00
parent 281a1cc549
commit ea4a888c5e

View File

@ -296,6 +296,7 @@ create.params = {
SR: { type: 'string' },
type: { type: 'string' },
},
additionalProperties: true,
},
},
@ -315,6 +316,7 @@ create.params = {
optional: true,
},
},
additionalProperties: true,
},
},