]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
bp: pxeboot-port, provide pxeboot on ports
authordekehn <dekehn@gmail.com>
Sat, 31 Aug 2013 02:15:12 +0000 (20:15 -0600)
committerdekehn <dekehn@gmail.com>
Sat, 31 Aug 2013 16:40:56 +0000 (10:40 -0600)
commitd91bc54749fa4ffdda203db5ad88dc4f20c72eb8
treea830ad9bc68869285a2f6d2bd773ebe3b3bb3b9f
parent9c34ac63c72c9586b62519d10968fbde3459ed1e
bp: pxeboot-port, provide pxeboot on ports

Teach neutron how to manage PXE boot.

Allow pxe boot parameters to be specified when creating a network port.

Implements bp:pxeboot-ports

Change-Id: I45fe7a16bc6c5975a765dd6a065558b9ba702e5b
neutron/agent/linux/dhcp.py
neutron/db/extradhcpopt_db.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/53bbd27ec841_extra_dhcp_opts_supp.py [new file with mode: 0644]
neutron/extensions/extra_dhcp_opt.py [new file with mode: 0644]
neutron/plugins/openvswitch/ovs_neutron_plugin.py
neutron/tests/unit/test_extension_extradhcpopts.py [new file with mode: 0644]
neutron/tests/unit/test_linux_dhcp.py