dragonflow/dragonflow/common
Omer Anson ba93ad9a2e A model instance update also sends an update on all referred instances
When an instance is updated/created in the DF local controller, the
DF local controller now iterates all references within the instance,
and sends an update/create event for all instances referenced by that
instance.

For instance, logical port P references security group S. Suppose the
local controller did not receive the event that S was created (yet).
Once the event on P is received, that event cannot be processed until
the event that S is created is received. This change adds that queuing
behaviour.

Related-Bug: #1690775
Related-Bug: #1708178
Change-Id: Ic2ee535c0898b37c200719381f61c954b9ff7ddf
2018-05-28 12:50:12 +00:00
..
__init__.py Add configuration file to dragonflow local controller 2015-08-18 12:11:43 +03:00
constants.py OvsPorts: Rename vm type ports to compute 2017-12-10 14:28:21 +02:00
dhcp.py Add support for dnsmsq and dhcpd dhcp-option-names 2017-07-27 08:07:30 +00:00
exceptions.py A model instance update also sends an update on all referred instances 2018-05-28 12:50:12 +00:00
extensions.py Disable L3 agents scheduler extension in Tempest 2017-08-31 10:48:02 +03:00
profiler.py Add support for osprofiler in dragonflow 2018-01-14 13:27:55 +00:00
utils.py 'tenant_id' field is deprecated 2017-12-11 19:26:24 +02:00