neutron/neutron/agent
Bence Romsics a0b18d553d metadata-ipv6: DHCP namespace
Send IPv6 metadata traffic (dst=fe80::a9fe:a9fe) to the metadata-agent.

When running on IPv6 enabled system bind haproxy (i.e. the
metadata-proxy) to 169.254.169.254 and to fe80::a9fe:a9fe also.

We do not introduce new config options. The usual config options
(enable_isolated_metadata, force_metadata, enable_metadata_proxy)
now control the metadata service over both IPv4 and IPv6.

This change series only affects the guests' access to the metadata
service (over tenant networks). They change nothing about how the
metadata-agent talks to Nova's metadata service.

Metadata access over IPv6 is supposed to work both on dual-stack and
v6-only networks.

In order to enable the metadata service on pre-existing isolated
networks during an upgrade, this change makes each dhcp-agent restart
trigger a quick restart of dhcp-agent-controlled metadata-proxies,
so they can pick up their new config making them also bind to
fe80::a9fe:a9fe.

Change-Id: If35f00d1fc9e4ab7e232660362410ce7320c45ba
Partial-Bug: #1460177
2020-08-31 13:02:39 +02:00
..
common Merge "Improve terminology in the Neutron tree" 2020-08-28 14:06:18 +00:00
dhcp metadata-ipv6: DHCP namespace 2020-08-31 13:02:39 +02:00
l2 Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
l3 Merge "Don't raise FileNotFoundError during disabling keepalived" 2020-08-28 16:54:30 +00:00
linux metadata-ipv6: DHCP namespace 2020-08-31 13:02:39 +02:00
metadata metadata-ipv6: DHCP namespace 2020-08-31 13:02:39 +02:00
ovn [OVN] Use the Chassis_Private table for agents healthcheck 2020-08-21 10:14:28 +01:00
ovsdb Bump pylint version to support python 3.8 2020-08-06 16:00:30 +02:00
windows Remove "six" library 2020-07-28 16:55:52 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent_extensions_manager.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
dhcp_agent.py Set process name for agents 2020-07-01 12:28:29 +02:00
firewall.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
l3_agent.py Set process name for agents 2020-07-01 12:28:29 +02:00
metadata_agent.py Remove deprecated cache_url 2017-11-10 00:47:19 -05:00
resource_cache.py Ignore first local port update notification 2019-07-04 12:06:11 +00:00
rpc.py ovs agent: signal to plugin if tunnel refresh needed 2020-01-09 14:18:43 +00:00
securitygroups_rpc.py Support for stateless security groups 2020-03-03 16:53:42 +01:00