neutron/neutron/callbacks
John Schwarz 5f28762ae2 Add callback prior to deleting a subnet
When using LBaaS and trying to delete a subnet, neutron has no way of
knowing if the subnet is associated to some pool. As a result, the
subnet is deleted but the pool remains associated to the (now
nonexistent) subnet_id.  This patch lays the ground-work for adding a
check in LBaaS' side to prevent such cases.

Related-Bug: #1413817
Change-Id: I3d5e231b67c72ffd919c92d65b57da56c63e053c
2015-05-25 16:59:32 +03:00
..
__init__.py Add callbacks-based system to Neutron 2015-02-25 06:11:59 -08:00
events.py Add callbacks-based system to Neutron 2015-02-25 06:11:59 -08:00
exceptions.py Add callbacks-based system to Neutron 2015-02-25 06:11:59 -08:00
manager.py Merge "Change callbacks logging from INFO to DEBUG" 2015-04-23 17:45:35 +00:00
registry.py Add callbacks-based system to Neutron 2015-02-25 06:11:59 -08:00
resources.py Add callback prior to deleting a subnet 2015-05-25 16:59:32 +03:00