fix bad parameter name

This commit is contained in:
Olivier Lambert
2015-03-04 15:28:34 +01:00
parent 771c7fe863
commit d076c875ed

View File

@@ -309,8 +309,8 @@ let createIscsi = $coroutine(function ({
let deviceConfig = {
target,
targetIqn,
scsiId,
targetIQN: targetIqn,
SCSIid: scsiId,
};
// if we give user and password
@@ -328,7 +328,7 @@ let createIscsi = $coroutine(function ({
'SR.create',
host.ref,
deviceConfig,
size,
'0',
nameLabel,
nameDescription,
'lvmoiscsi', // SR LVM over iSCSI