neutron/neutron/tests/unit/services/trunk
Rawlin Peters 6877b47105 Add notifications for trunk CRUD and standardize payload
Registry notifications should be added for trunk create/update/delete,
and SDN controllers as subscribers will need more callbacks as PRECOMMIT
events.

A standardized notification payload will consist of the following:
- context
- trunk_id
- current_trunk
- original_trunk
- subports

This standardized payload will be used in all trunk-related
notifications (trunk create/update/delete and subport add/remove) and
represents the maximum possible amount of information that can be given
in order to future-proof them.

As a bug fix, AFTER_REMOVE event on subport shouldn't be called
during the db transaction, but after the db commit.

Partially-implements: blueprint vlan-aware-vms
Change-Id: Ic1f44fa53cf9f10bd029ea47824e8ba91a8ab485
Co-Authored-By: Isaku Yamahata <isaku.yamahata@intel.com>
2016-07-26 10:24:57 -06:00
..
__init__.py Data models for vlan-aware-vms 2016-04-24 19:41:54 -07:00
test_plugin.py Add notifications for trunk CRUD and standardize payload 2016-07-26 10:24:57 -06:00
test_rules.py Improve the segmentation ID validation logic 2016-07-21 16:44:06 +00:00