CLOUDSTACK-5824: poll for delete snapshot and volume events

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit a85aea74de)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2015-02-19 15:33:27 +05:30
parent 7629000ffe
commit d82879e548
1 changed files with 2 additions and 6 deletions

View File

@ -1356,9 +1356,7 @@
});
},
notification: {
poll: function(args) {
args.complete();
}
poll: pollAsyncJobResult
}
},
@ -2076,9 +2074,7 @@
});
},
notification: {
poll: function(args) {
args.complete();
}
poll: pollAsyncJobResult
}
}
},