59bc19c14a
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
8 lines
355 B
YAML
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>`_ |