Comment 12 for bug 1541928

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/283711
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8bccf9c2a5821be606cded7294efa00078bd3e4b
Submitter: Jenkins
Branch: master

commit 8bccf9c2a5821be606cded7294efa00078bd3e4b
Author: rossella <email address hidden>
Date: Mon Feb 22 13:07:04 2016 +0100

    Handle synthetic fields in NeutronDbObject

    Many objects in neutron have synthetic fields. Synthetic fields
    are filled using the data from fields of a different table.
    This patch makes it possible to handle synthetic fields directly
    in NeutronDbObject so that objects can share this implementation.

    Change-Id: Ia4695b1b10c0370c77b66f31588a56de332f462e
    Partial-bug: #1541928