]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
DHCP agent: Set an "ipxe" tag to work with Ironic
authorLucas Alvares Gomes <lucasagomes@gmail.com>
Thu, 9 Apr 2015 13:02:36 +0000 (14:02 +0100)
committerLucas Alvares Gomes <lucasagomes@gmail.com>
Fri, 19 Jun 2015 10:04:59 +0000 (11:04 +0100)
commit6669ee9af6bd635ae7efbc2f02e10914549ef708
treeb6065305eb8ad2b3e46a96f154472d72db8ad947
parent345ffb99ef92f567562c178c57b9c110740a3767
DHCP agent: Set an "ipxe" tag to work with Ironic

Ironic expects neutron to have an "ipxe" tag for the option 175 which is
sent by iPXE/gPXE when booting a node. The problem is that up to now this
tag was not created by Neutron, causing the nodes deployed with Ironic
+ iPXE to fail to boot. This patch is creating this tag when launching
the dnsmasq process.

DocImpact
Change-Id: I45a0f51365b37e7d85848fcdcbcf7aa6a1dddfed
Closes-Bug: #1442123
neutron/agent/linux/dhcp.py
neutron/tests/unit/agent/linux/test_dhcp.py