fix registration

This commit is contained in:
Olivier Lambert 2015-05-09 11:43:21 +02:00
parent 8fd65b7365
commit a4f9b9208d

View File

@ -364,7 +364,7 @@ export default class Xapi extends XapiBase {
// =================================================================
async _doDockerAction (vmId, containerId, action) {
async _doDockerAction (vmId, action, containerId) {
const vm = this.getObject(vmId)
const host = this.getObject(vm.resident_on)