neutron/neutron/agent/linux
Lucas Alvares Gomes 6669ee9af6 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
2015-06-19 11:04:59 +01:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
async_process.py Add full-stack tests framework 2015-03-26 20:21:40 +02:00
bridge_lib.py Remove from BridgeDevice homemade execute in namespace 2015-05-09 14:18:27 +02:00
daemon.py Use os._exit after forking 2015-05-26 10:11:52 +10:00
dhcp.py DHCP agent: Set an "ipxe" tag to work with Ironic 2015-06-19 11:04:59 +01:00
ebtables_driver.py ARP spoofing patch: Low level ebtables integration 2015-04-22 09:32:02 +12:00
ebtables_manager.py ARP spoofing patch: Data structures for rules. 2015-05-08 08:23:35 +12:00
external_process.py Always run dnsmasq as root 2015-04-02 13:09:30 -07:00
interface.py Clean only floating-ip related connection states 2015-06-05 22:58:33 +02:00
ip_lib.py Merge "Move get_inteface_by_ip from LinuxBridge class to ip_lib" 2015-06-18 07:21:10 +00:00
ip_link_support.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
ip_monitor.py Replace keepalived notifier bash script with Python ip monitor 2015-03-18 18:59:33 -04:00
ipset_manager.py Reduce prefix and suffix length in ipsets 2015-05-05 17:57:49 -04:00
iptables_comments.py Neutron to Drop Router Advts from VM ports 2015-04-24 03:42:07 +00:00
iptables_firewall.py Merge "Ensure netfilter is enabled for bridges" 2015-06-17 14:37:52 +00:00
iptables_manager.py Remove duplicated debug logging around locking 2015-06-16 12:35:20 -06:00
keepalived.py Merge "Simplify keepalived.virtual_routes" 2015-04-23 17:39:27 +00:00
ovsdb_monitor.py Add get_events to OVSDB monitor 2015-06-08 13:39:20 +00:00
polling.py Add get_events to OVSDB monitor 2015-06-08 13:39:20 +00:00
ra.py Run radvd as root 2015-04-27 11:03:15 -04:00
utils.py Enhance utils.ensure_dir to be resilient to concurrent workers 2015-06-03 16:56:23 +00:00