heat/releasenotes/notes/force-delete-nova-instance-6ed5d7fbd5b6f5fe.yaml
Huangsm fedba4dddf ForceDelete Instance
If nova config 'reclaim_instance_interval', a instance will be
soft-deleted, that will cause a error, that volumes or other attached with the
instance will cann't be deleted for its 'in-use' status.
Now force_delete the instance, the error no longer occurs.

Closes-Bug: #1564265
Change-Id: I4d1dd33b23d5882481f4d2c06107c3fb8c08cb93
2017-11-24 09:16:51 +08:00

10 lines
351 B
YAML

---
fixes:
- Force delete the nova instance.
If a resource is related with a nova instance which
is in 'SOFT_DELETED' status, the resource can't be
deleted, when nova config 'reclaim_instance_interval'.
so, force-delete the nova instance, and then all the
resources are related with the instance would be
processed properly.