Merge "Fix nova-metadata-api for ovn dhcp native networks"

This commit is contained in:
Zuul
2024-03-01 12:34:52 +00:00
committed by Gerrit Code Review
4 changed files with 22 additions and 19 deletions
@@ -0,0 +1,9 @@
---
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.