637e7a5007

This patch is the initial implementation on the suggestion from this patch[1]. The DHCP agent can query the existing `get_ports` RPC method because this method is already exposed in the MetadataRpcCallback(server side) which runs under the same topic(PLUGIN) and namespace(None). The benefit here is that there is no change needed to the API, however it does go against how we historically setup the RPC layer between a server and client. [1] https://review.opendev.org/c/openstack/neutron/+/903572/comments/3d4e0453_4b4d2ab6 Related-Bug: #1982569 Change-Id: Icd7c55d2a5103bdbd90907b1dbfb9ccfe34c020a
OpenStack Neutron
Neutron is an OpenStack project to provide "network connectivity as a service" between interface devices (e.g., vNICs) managed by other OpenStack services (e.g., Nova).
To learn more about neutron:
- Documentation: https://docs.openstack.org/neutron/latest/
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
- Source: https://opendev.org/openstack/neutron
If you would like to contribute to Neutron, please read the file CONTRIBUTING.rst or see the Neutron contributor guide:
https://docs.openstack.org/neutron/latest/contributor/contributing.html
Get in touch via email. Use [Neutron] in your subject.
Description
Languages
Python
99.7%
Shell
0.3%