c4721da2d8
Currently duplicate DHCP options are added when a port have multiple address in the same address familiy. The duplicate entries cause an internal server error in neutron. This fixes the issue by only adding DHCP options for each IP-version. Story: 2009774 Task: 44255 Change-Id: I8bef819dc3101f88f4e04ea986e1039e34d917ed
9 lines
328 B
YAML
9 lines
328 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed an issue where duplicate extra DHCP options was passed in the port
|
|
update request to the Networking service. The duplicate DHCP options
|
|
caused an error in the Networking service and node provisioning would
|
|
fail. See bug:
|
|
`2009774 <https://storyboard.openstack.org/#!/story/2009774>`_.
|