Fix a method name typo of nova protection plugin

Change-Id: I08fcb85084d28970f1ab2d204dba711080b41e25
This commit is contained in:
chenying 2017-07-31 15:05:45 +08:00
parent 58ca87dd18
commit 355ad02c6d
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class RestoreOperation(protection_plugin.Operation):
parameters.get("restore_name", "karbor-restore-server"),
resource_definition)
update_method = partial(utils.udpate_resource_restore_result,
update_method = partial(utils.update_resource_restore_result,
kwargs.get('restore'), resource.type,
new_server_id)
update_method(constants.RESOURCE_STATUS_RESTORING)