fix(vm.create): VIFs param is optional (#499)
This commit is contained in:
@@ -224,6 +224,7 @@ create.params = {
|
||||
|
||||
# Virtual interfaces to create for the new VM.
|
||||
VIFs: {
|
||||
optional: true
|
||||
type: 'array'
|
||||
items: {
|
||||
type: 'object'
|
||||
|
||||
Reference in New Issue
Block a user