File: client-id-number-dhcp-option-a099f927eb8f99af.yaml

package info (click to toggle)
python-neutron-lib 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,660 kB
  • sloc: python: 22,829; sh: 137; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
---
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>`_