Copy past fixes...
This commit is contained in:
parent
17f75bbd77
commit
cdb31a18f5
@ -26,7 +26,7 @@ exports.set = ->
|
||||
}
|
||||
continue unless param of params
|
||||
|
||||
xapi.call "VM.set_#{field}", VM.ref, params[param] for field in fields
|
||||
xapi.call "host.set_#{field}", host.ref, params[param]
|
||||
|
||||
|
||||
|
||||
|
@ -23,7 +23,7 @@ exports.set = ->
|
||||
}
|
||||
continue unless param of params
|
||||
|
||||
xapi.call "VM.set_#{field}", VM.ref, params[param] for field in fields
|
||||
xapi.call "SR.set_#{field}", SR.ref, params[param]
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user