CLOUDSTACK-8364: don't async poll for deleteVolume which is not an async API

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2015-04-09 12:41:03 +05:30
parent 6c5cf04d62
commit 1ef585f9e6

View File

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