neutron/neutron
Daniel Alvarez e4fb06b242 [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
2021-01-08 14:35:10 +01:00
..
agent [ovn] Add neutron network to metadata namespace names 2021-01-08 14:35:10 +01:00
api Merge "Handle router HA port concurrently deleting" 2020-12-16 16:38:41 +00:00
cmd Fix calling of add_tunnel_port method from sanity checks module 2020-11-25 14:40:33 +00:00
common [ovn] Add neutron network to metadata namespace names 2021-01-08 14:35:10 +01:00
conf Merge "Add common system and project policy check strings to constants" 2020-12-14 14:15:43 +00:00
core_extensions Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
db Merge "Switch to new engine facade for IpamPluggableBackend and Ipam driver" 2020-12-16 19:45:26 +00:00
debug Fix neutron debug probe to use integration_bridge 2020-03-31 11:17:47 +00:00
extensions Merge "Remove left over code for filter_validation" 2020-12-11 18:27:37 +00:00
hacking Remove "six" library 2020-07-28 16:55:52 +00:00
ipam Switch to new engine facade for IpamPluggableBackend and Ipam driver 2020-12-15 11:10:36 +00:00
locale Imported Translations from Zanata 2020-10-11 07:22:44 +00:00
notifiers Add config option ``http_retries`` 2020-06-29 22:07:46 -04:00
objects Merge "Support remote address group in SG rules" 2020-11-28 11:26:39 +00:00
pecan_wsgi Log exception generated in Controller.prepare_request_body 2020-08-18 16:18:34 -03:00
plugins [ovn] Add neutron network to metadata namespace names 2021-01-08 14:35:10 +01:00
privileged Delete HA metadata proxy PID and config with elevated privileges 2020-12-13 21:50:31 +00:00
profiling Remove "six" library 2020-07-28 16:55:52 +00:00
quota Remove "six" library 2020-07-28 16:55:52 +00:00
scheduler Finish the new DB engine facade migration 2020-11-24 09:20:35 +00:00
server Re-use existing ProcessLauncher from wsgi in RPC workers 2020-02-07 14:51:06 +01:00
services Merge "Treat Forbidden as NotFound in Designate" 2020-12-15 19:25:27 +00:00
tests [ovn] Add neutron network to metadata namespace names 2021-01-08 14:35:10 +01:00
__init__.py Remove usage of six.PY2 2020-05-22 12:59:01 -04:00
_i18n.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
auth.py
manager.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
neutron_plugin_base_v2.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
opts.py Deprecate XenAPI support 2020-12-09 20:15:39 +00:00
policy.py Remove usage of six.text_type and six.string_type 2020-05-22 14:02:55 -04:00
service.py Re-use existing ProcessLauncher from wsgi in RPC workers 2020-02-07 14:51:06 +01:00
version.py
worker.py Change process name of neutron-server to match worker role 2019-03-01 14:18:09 -05:00
wsgi.py Remove usage of six.text_type and six.string_type 2020-05-22 14:02:55 -04:00