neutron/neutron/services/segments
Brian Haley 07b015d789 Use dict .get() to avoid a KeyError in the segment plugin
On subnet delete, the supplied subnet in the post hook
could contain a subnet without certain items, leading to
a KeyError in the segment plugin.  Fix a number of these
occurences so this cannot happen.

Also fixed similar code in the segment tests.

Change-Id: I645610febde446b78ed6edd868e699673648a4de
Closes-bug: #1868724
2020-03-24 14:10:38 -04:00
..
__init__.py Basic Extension and CRUD for Segments 2016-05-05 13:58:34 -06:00
db.py use publish for SEGMENT_HOST_MAPPING callback events 2019-05-06 10:40:03 -06:00
exceptions.py Filter subnets on fixed_ips segment 2020-03-13 22:51:36 +00:00
plugin.py Use dict .get() to avoid a KeyError in the segment plugin 2020-03-24 14:10:38 -04:00