nova/releasenotes/notes/bug-2055245-fix-nova-metadata-api-f60b18b1b594bec0.yaml
Steven Blatzheim 135af5230e Fix nova-metadata-api for ovn dhcp native networks
With the change from ml2/ovs DHCP agents towards OVN implementation
in neutron there is no port with device_owner network:dhcp anymore.
Instead DHCP is provided by network:distributed port.

Closes-Bug: 2055245
Change-Id: Ibb569b9db1475b8bbd8f8722d49228182cd47f85
2024-02-29 13:12:41 +01:00

10 lines
418 B
YAML

---
fixes:
- |
With the change from ml2/ovs DHCP agents towards OVN implementation
in neutron there is no port with device_owner ``network:dhcp`` anymore.
Instead DHCP is provided by ``network:distributed`` port.
Fix relies on enable_dhcp provided by neutron-api if no port with
``network:dhcp`` owner is found. See `bug 2055245
<https://bugs.launchpad.net/nova/+bug/2055245>`__ for details.