neutron/neutron/api
Kevin Benton d8440e41e0 Server-side push notifications for ML2
ML2 server-side push notifications for subnets, networks,
ports, security groups, and security group rules.

This adds a registry callback listener for each of the objects
above for the AFTER_CREATE and AFTER_UPDATE events. Whenever
one of these is triggered, it will parse the ID out of the event
and use it to retrieve an OVO object from the DB and dispatch
it to the RPC callback notifier.

This is only the logic to push changes to the agents. It does not
include an interface for the agents to query the server or the agent
side code to receive the notifications.

Partially-Implements: blueprint push-notifications
Change-Id: I5efc625c5e8565693e795d70e0f85810552d38cd
2017-01-19 21:01:23 +00:00
..
rpc Server-side push notifications for ML2 2017-01-19 21:01:23 +00:00
v2 Use DB field sizes instead of _MAX_LEN constants 2016-12-23 13:48:57 +00:00
views Added trailing slash in link to Networking API v2.0 2016-10-12 16:48:09 +03:00
__init__.py Added API extensions to detect sorting/pagination features 2016-08-01 22:57:15 +02:00
api_common.py Add filter check for quering 2017-01-06 05:31:33 +00:00
extensions.py Merge "Use ExtensionDescriptor from neutron-lib" 2016-12-06 02:04:42 +00:00
versions.py Pecan: Allow unauthenticated version listing 2016-03-11 16:45:28 -08:00