neutron/releasenotes/notes/ib-dhcp-allocation-fix-a4ebe8b55bb2c065.yaml
Hamdy Khader cf8478e340 Use Param DHCP_OPT_CLIENT_ID_NUM
Ironic is sending 'client-id' as a number (61) to meet rfc4776 [1],
due to this change Neutron DHCP should support this option as well.

[1] 228a2a7885

Closes-Bug: #1770932
Change-Id: I9728354d5f9e08a0dc23900b2bc22b4a0aedb737
(cherry picked from commit 59bc19c14a)
2018-05-19 14:43:58 +00:00

8 lines
355 B
YAML

---
fixes:
- |
For Infiniband support, Ironic needs to send the 'client-id' DHCP option
as a number in order for IP address assignment to work.
This is now supported in Neutron, and can be specified as option number
61 as defined in RFC 4776. For more information see bug
`1770932 <https://bugs.launchpad.net/neutron/+bug/1770932>`_