neutron/neutron/tests/unit/agent/ovn/metadata
Daniel Alvarez c4f72f64a9 [ovn] Add neutron network to metadata namespace names
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
(cherry picked from commit e4fb06b242)
2021-04-06 10:45:54 +01:00
..
__init__.py [OVN] Move OVN metadata agent 2019-12-09 10:48:39 +00:00
test_agent.py [ovn] Add neutron network to metadata namespace names 2021-04-06 10:45:54 +01:00
test_driver.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_server.py Rename networking-ovn-metadata-agent to neutron-ovn-metadata-agent 2020-09-01 10:06:32 -04:00