135af5230e
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
10 lines
418 B
YAML
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.
|