Merge "Fix bay status: after bay-delete status is not DELETE_IN_PROGRESS"

This commit is contained in:
Jenkins 2016-08-31 15:42:24 +00:00 committed by Gerrit Code Review
commit 4650a4b5a1
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ class Handler(object):
raise
bay.status = bay_status.DELETE_IN_PROGRESS
bay.save()
self._poll_and_check(osc, bay)