Reviewed: https://review.openstack.org/567583 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=59bc19c14a84283adad555dce8536fd7198b82b3 Submitter: Zuul Branch: master
commit 59bc19c14a84283adad555dce8536fd7198b82b3 Author: Hamdy Khader <[email protected]> Date: Thu May 10 15:58:42 2018 +0300 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] https://github.com/openstack/ironic/commit/228a2a7885e1b04d4180fe8daa2992884decaf6d Closes-Bug: #1770932 Change-Id: I9728354d5f9e08a0dc23900b2bc22b4a0aedb737 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1770932 Title: failed to obtain IP from DHCP with infiniband NIC Status in neutron: Fix Released Bug description: DHCP option used to be 'client-id' and that causes issues with infiniband. For infiniband we need to add 'client-id' DHCP option to get IP address, neutron change 'client-id' to number 61 to meet rfc4776. change: https://github.com/openstack/ironic/commit/228a2a7885e1b04d4180fe8daa2992884decaf6d rfc4776: https://tools.ietf.org/html/rfc4776 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1770932/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

