Merge "Allow force delete a 'DELETING' container"

This commit is contained in:
Zuul 2019-07-07 15:15:48 +00:00 committed by Gerrit Code Review
commit d75c9acb9f

View File

@ -74,7 +74,7 @@
delete_force: [
states.CREATED, states.CREATING, states.ERROR, states.RUNNING,
states.STOPPED, states.UNKNOWN, states.DELETED, states.DEAD,
states.RESTARTING, states.REBUILDING
states.RESTARTING, states.REBUILDING, states.DELETING
],
delete_stop: [
states.RUNNING, states.CREATED, states.ERROR, states.STOPPED,