Kashyap | corrected the parameters of finish_revert_migration

This commit is contained in:
Kashyap Kopparam 2014-10-16 18:03:25 +05:30
parent 932f72ef6d
commit 0ec125f083
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ class EC2Driver(driver.ComputeDriver):
block_device_info=None):
pass
def finish_revert_migration(self, instance, network_info,
def finish_revert_migration(self, context, instance, network_info,
block_device_info=None, power_on=True):
pass