fix(vm.create): VIFs param is optional (#499)

This commit is contained in:
badrAZ
2017-02-09 11:16:20 +01:00
committed by Julien Fontanet
parent 2ce4a11e0a
commit d736bd6501

View File

@@ -224,6 +224,7 @@ create.params = {
# Virtual interfaces to create for the new VM.
VIFs: {
optional: true
type: 'array'
items: {
type: 'object'