455a8a2224fbeeb62a6308879e15d8109d4a445d

This patch adds an agent extension for Neutron openvswitch agent to make the metadata datapath distributed. The extension will do the following works when handle port: 1. allocate Meta_IP and Meta_MAC 2. setup the host haproxy configurations for this port 3. cache port infos for deleting The extension will do the following works when delete port: 1. remove haproxy configurations of this port 2. clean up cache infos Partially-Implements: blueprint distributed-metadata-datapath Change-Id: Ia6e3e57b7e2ff61e8e7c950c095df15ffa3abd7a
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%