Affected Command
ewc infra delete
Describe the issue
When using the EWCCLI to cleanup after deploying an Item (technology: "Ansible Playbook") with an optional external IP address from, the external floating IP address that was attached to the underlying VM remains locked, even when the VM is successfully teared down.
Steps to Reproduce
- Deploy any Item, e.g.
ewc hub deploy ssh-bastion-flavour --external-ip
- Tear down the Item (and its underlying VM) by running
ewc infra delete ssh-bastion-flavour
Expected Behavior
Not only the VM is deleted, but the dangling floating ip is released right away as to not cause confusion or consume unnecessary quotas.
Logs or Output
Environment
Linux
EWC CLI Version
main (216a50a297f08e3d274d2e019a9add8fb9dfac97)
Affected Command
ewc infra delete
Describe the issue
When using the EWCCLI to cleanup after deploying an Item (
technology: "Ansible Playbook") with an optional external IP address from, the external floating IP address that was attached to the underlying VM remains locked, even when the VM is successfully teared down.Steps to Reproduce
ewc hub deploy ssh-bastion-flavour --external-ipewc infra delete ssh-bastion-flavourExpected Behavior
Not only the VM is deleted, but the dangling floating ip is released right away as to not cause confusion or consume unnecessary quotas.
Logs or Output
Environment
Linux
EWC CLI Version
main(216a50a297f08e3d274d2e019a9add8fb9dfac97)