commit | d0ef93e01698439018a9441e0cae7327fa778963 | [log] [tgz] |
---|---|---|
author | ericxiett <eric_xiett@163.com> | Mon Dec 16 08:55:05 2019 +0000 |
committer | ericxiett <eric_xiett@163.com> | Mon Jan 20 09:59:45 2020 +0000 |
tree | d8a24c29858179ab7102c947f783352ff818aa9d | |
parent | 83c606135bbaf13223499a6765339bdd129006f7 [diff] |
Support force-deletion of servers. If reclaim_instance_interval > 0 in nova.conf, some testcases will fail cause of resource's state is 'in-use'. This patch adds the logic in `wait_for_server_termination` that if the virtual machine state is SOFT_DELETED, then call `force_delete`. Change-Id: I406188ac2aa54419fa4e44f547ae80a31b58b858 Closes-Bug: #1850568