Comment 12 for bug 1585170

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to dragonflow (master)

Reviewed: https://review.openstack.org/475718
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=f62f82148164b00489984de56e2268d68b8621e9
Submitter: Jenkins
Branch: master

commit f62f82148164b00489984de56e2268d68b8621e9
Author: Eyal Leshem <email address hidden>
Date: Thu Jun 15 17:10:26 2017 +0300

    Answer to "Parameter Request List" option in DHCP app

    According to RFC 2131 the dhcp-server should try to answer
    as many of the requested parameters as possible.

    This commit implements this behaviour by answering according
    to the extra-dhcp-opts that defined by neutron.
    (https://specs.openstack.org/openstack/neutron-specs/specs/api/extra_dhcp_options__extra-dhcp-opt_.html)

    This should enable PXE boot - by answering the "TFTP server name"
    and "Bootfile name" according to the user configuration

    Change-Id: If513ece70d409cabb71a46f14cd8b1e8c8325e1c
    Related-bug: #1585170