Comment 6 for bug 1675570

Revision history for this message
Matt Riedemann (mriedem) wrote :

Yeah that's because we're not calling nova.compute.api.API._local_delete which deallocates networking:

https://github.com/openstack/nova/blob/a3df985a6e966069b366c7fd170832422ccda33e/nova/compute/api.py#L2201

And also cleans up the attached volumes:

https://github.com/openstack/nova/blob/a3df985a6e966069b366c7fd170832422ccda33e/nova/compute/api.py#L2207