
Until this patch the metadata namespace had the format 'ovnmeta-<OVN datapath uuid>' which makes it hard to relate to the Neutron network for which metadata is provisioned to. This applies to the name of the tap interface that connects the network namespace to the integration bridge. This patch is changing the name convention and providing an upgrade path to include the Neutron network ID to make debugging and troubleshooting easier for developers and operators. The new name pattern is: 'ovnmeta-<Neutron network uuid>' Please, note that with this patch, the old namespaces will be deleted and new ones will be recreated. Signed-off-by: Daniel Alvarez <dalvarez@redhat.com> Change-Id: Ic8ffa9c4437aab6fb1878b3a1ebf2c3ab86e3d0c
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
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute, please read the CONTRIBUTING.rst file.
Description
Languages
Python
99.7%
Shell
0.3%