Comment 4 for bug 1311470

Revision history for this message
navin (navinchandra-salunke) wrote :

I have written trigger on table: ml2_network_allocations. This trigger is getting activated as soon as we delete any row from ml2_network_allocations table. it resets the value of "allocated" field of table ml2_gre_allocation ( I am trying with gre first). So trigger has been written correctly.
But it is not getting activate when I am trying to delete through "neutron net-delete <netid>" API.
I am also debugging the python code to make sure query fired by API should be proper. But no luck yet.
Please let me know if you have any pointers.

Database: neutron_ml2