neutron/neutron/agent/metadata
Brian Haley 846003c437 Start metadata proxy even if IPv6 DAD fails
A recent change suppressed the IPv6 DAD failure and
removed the address when multiple DHCP agents were
configured on the same network,
https://review.opendev.org/c/openstack/neutron/+/880957

But it also changed the behavior to not enable IPv4
metadata in this case. Restore the old behavior by
not returning early in the DAD failure case. The callback
that builds the config file was moved until after
the address was bound to make the two steps more obvious.

Related-bug: #1953165
Change-Id: I8436c6c9da9a2533ca27ff7312f5b2c7ea41e94f
2023-05-22 17:37:03 -04:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent.py Fix some pylint indentation warnings 2022-12-01 16:22:24 +00:00
driver.py Start metadata proxy even if IPv6 DAD fails 2023-05-22 17:37:03 -04:00