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:
parent
281a1cc549
commit
ea4a888c5e
@ -296,6 +296,7 @@ create.params = {
|
||||
SR: { type: 'string' },
|
||||
type: { type: 'string' },
|
||||
},
|
||||
additionalProperties: true,
|
||||
},
|
||||
},
|
||||
|
||||
@ -315,6 +316,7 @@ create.params = {
|
||||
optional: true,
|
||||
},
|
||||
},
|
||||
additionalProperties: true,
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user