CLOUDSTACK-747: internal LB in VPC - fix a bug that Source IP Address column was not filled after Add Internal LB action was complete.

This commit is contained in:
Jessica Wang 2013-05-22 11:18:26 -07:00
parent b11c44f91d
commit a0e75c12cd

View File

@ -410,8 +410,8 @@
args.response.success(
{_custom:
{jobId: jid,
getUpdatedItem: function(json) {
return json.queryasyncjobresultresponse.jobresult.loadbalancerrule;
getUpdatedItem: function(json) {
return json.queryasyncjobresultresponse.jobresult.loadbalancer;
}
}
}
@ -422,14 +422,7 @@
args.response.success();
},
notification: {
poll: function(args) {
args.complete({
data: {
ipaddress: '10.0.3.2',
type: 'Internal'
}
});
}
poll: pollAsyncJobResult
}
}
},