Abort operation for live migration
This patch adds abort operation for live migration to support abort in cancel action plan. Change-Id: I458e93d9bd09dc4cf80cc941104129fc7600a6b1 Partially-Implements: blueprint cancel-action-plan
This commit is contained in:
@@ -73,3 +73,4 @@ class Sleep(base.BaseAction):
|
||||
|
||||
def abort(self):
|
||||
LOG.debug("Abort action sleep")
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user