neutron/neutron/agent/ovn
Brian Haley ebd5480e90 Fix metadata address usage
There are places where we need to use a metadata address
in different forms:

  169.254.169.254
    - when binding to an address, used with a port

  169.254.169.254/32
    - when configuring an address on an interface
    - when adding a route

  169.254.0.0/16
    - when checking if a metadata subnet is present

We were not always using them correctly in either the
DHCP or OVN code, try and correct the usage. This will
make it easier to update the code when adding support
for metadata over IPv6.

Change-Id: I1780aa99204cc24e668d9798f4a5111eae83ecdb
2020-06-30 09:19:10 -04:00
..
metadata Fix metadata address usage 2020-06-30 09:19:10 -04:00
__init__.py [OVN] Move OVN metadata agent 2019-12-09 10:48:39 +00:00
metadata_agent.py [OVN] Change DevStack to use the local OVN driver 2020-01-16 09:28:43 +00:00