Comment 4 for bug 1496747

Revision history for this message
Michal Dulko (michal-dulko-f) wrote :

Now I'm starting to wonder. volume_type_access_remove is the only place where we're using soft_delete, in other places we're just updating deleted column with True. For consistency we should decide - either go on and make all deletes use oslo.db's soft_delete, or just update volume_type_access_remove to match rest of the code. Thoughts?