35cb164ea5
When we use the ovn driver, the security group is implemented by the ACL of ovn. There is no need to send rpc messages. Closes-Bug: #2007327 Change-Id: I4b486c910ed298633ac6f60fd93f695c6c3bfef2
503 B
503 B
RPC messages in OVN
ML2/OVN driver uses the OVN NB tables Port_Group
and
ACL
to implement security groups. Security groups and
security group rules are directly sent to OVN NB via the OVSDB protocol.
Neutron doesn't send any RPC messages related to these topics when using
the ML2/OVN mechanism driver.
However, other RPC topics are kept in case other drivers are being used, for example ML2/SRIOV, DHCP agents (for baremetal ports), etc.