Comment 10 for bug 2019960

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/883902
Committed: https://opendev.org/openstack/neutron/commit/43ef447a5787c6065638652466d1c61c30750d76
Submitter: "Zuul (22348)"
Branch: master

commit 43ef447a5787c6065638652466d1c61c30750d76
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon May 22 23:41:06 2023 +0200

    SG rule dict method allows DB object and Neutron OVO

    This change allows to pass to ``_make_security_group_rule_dict`` method
    the Neutron OVO. That could include synthetic fields added in the OVO
    (SQL view) that are not present in the database register.

    This change will be needed in next patches to increase the information
    returned by this method, using new synthetic fields added to the
    security group rule OVO.

    Partial-Bug: #2019960
    Change-Id: Ic0e697bb212c7795a40c0b9be01345db26c2874e