Allow force delete a 'DELETING' container

Depends-On: https://review.opendev.org/#/c/664142/
Change-Id: Ibe355771e6127dfb0ac9116a6b7dd38d94abf0e4
This commit is contained in:
Hongbin Lu 2019-06-08 20:41:32 +00:00
parent aad1d14050
commit daad8eea89

View File

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