]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Introduce the AFTER_READ callback for ports and networks
authorMiguel Angel Ajo <mangelajo@redhat.com>
Fri, 19 Jun 2015 14:43:52 +0000 (16:43 +0200)
committerMike Kolesnik <mkolesni@redhat.com>
Thu, 2 Jul 2015 10:13:31 +0000 (13:13 +0300)
commite3dba1424114575581c153e02227282e036ad0a2
treef4f566fe5aabdc3917c84dccdbba555fbee48394
parent3de65f57e30b73f5d7efc0344a102f1e40a6b40e
Introduce the AFTER_READ callback for ports and networks

This callback can be used by extensions and service plugins to extend
port and network information on read time, without the need of plugin
mixins.

Partially-implements: blueprint quantum-qos-api
Change-Id: Ifc92c19a69d28784c030d605c2eb161c2ba4b3f5
neutron/db/db_base_plugin_common.py
neutron/tests/unit/extensions/test_l3.py
neutron/tests/unit/plugins/ml2/test_plugin.py