taget <qiaoliyong at gmail.com> wrote: > hi Artur, > > Thanks for you response and suggestion, I update patch as your suggestion > [1], but I am not sure if the synth_objs can be loaded correctly since > it requires to use foreign_keys to get objects [2]. We may need to > implement your propose patch `Add support fro multiple foreign keys in > NeutronDbObject`[3] as some patches requires that too, I will follow up > with it. > > [1]https://review.openstack.org/306685 > [2]https://github.com/openstack/neutron/blob/9.0.0.0b2/neutron/objects/base.py#L434 > [3]https://review.openstack.org/#/c/357207 Agreed the patch is needed, including for ports (that need to link to segments - thru level objects - in addition to networks). We will land it shortly. I respin it now to handle the missing bits and issues. Ihar