IBM/openstack-vim-driver

Update Document regarding using lock on instances

suryadipnag opened this issue · 1 comments

If a VM instance of a stack created using the apache-ansible-demo is locked (from the OpenStack dashboard, you can lock Compute instances) and an uninstall of the assembly is attempted, the assembly is deleted, but the stack is not.

The DELETE stack REST api attempts to delete the stack, but it fails when it tries to delete the instance. The stack is left partially deleted in a failed_delete status. However the REST api returns a 204 status code, which means success. The playbook completes successfully and the assembly is deleted.

We need to document this by explaining that the orphaned stack has to be removed manually in this case.

PR has been merged.