summaryrefslogtreecommitdiff
path: root/releasenotes/notes/ovn-recreate-metadata-port-76e2c0e651267aa0.yaml
blob: dfe077945bbfc4d17706b5280923ef99c79faa0a (plain)
1
2
3
4
5
6
7
8
9
10
11
---
fixes:
  - |
    Fix an issue in the OVN driver where network metadata could
    become unavailable if the metadata port was ever deleted, even
    if accidental. To re-create the port, a user can now disable,
    then enable, DHCP for one of the subnets associated with the
    network using the Neutron API. This will try and create the
    port, similar to what happens in the DHCP agent for ML2/OVS.
    For more information, see bug `2015377
    <https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/2015377>`_.