Copy past fixes...

This commit is contained in:
Julien Fontanet 2014-01-30 20:19:43 +01:00
parent 17f75bbd77
commit cdb31a18f5
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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]