Comment 0 for bug 1158684

Revision history for this message
Deepak Jadiya (deepak-jadiya) wrote : Pre-created ports gets deleted on VM delete

1) Pre create a port using port-create
2) Boot a VM with nova boot --nic port_id=<created port>
3) Delete a VM.

Expected: VM should boot using provided port_id at boot time.
When VM is deleted, port corresponding to pre-created port_id should not get deleted,
as a lot of application, security settings could have port properties configured in them in a large network.

Observed behavior;
1) Even with port_id specified, VM boots with a different port_id
2) There is no way, I could prevent port_id associated with VM from being deleted with nova delete.