Allow force delete a 'DELETING' container
Depends-On: https://review.opendev.org/#/c/664142/ Change-Id: Ibe355771e6127dfb0ac9116a6b7dd38d94abf0e4
This commit is contained in:
parent
aad1d14050
commit
daad8eea89
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user