Merge "Abort operation for live migration"

This commit is contained in:
Jenkins
2017-07-13 09:05:56 +00:00
committed by Gerrit Code Review
11 changed files with 141 additions and 13 deletions

View File

@@ -86,3 +86,4 @@ class Sleep(base.BaseAction):
def abort(self):
LOG.debug("Abort action sleep")
return True