]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Support Extra DHCP Options for IPv4 and IPv6
authorXu Han Peng <xuhanp@cn.ibm.com>
Thu, 23 Oct 2014 08:24:26 +0000 (16:24 +0800)
committerXu Han Peng <xuhanp@cn.ibm.com>
Thu, 29 Jan 2015 10:07:09 +0000 (18:07 +0800)
commita42928780cec66446999d9a76804b2ed8c1d570a
tree94667e8007ded0cba7cd15c132c199f95c9c513b
parent64bd24f9d63f679140b770eb59e196636d71926c
Support Extra DHCP Options for IPv4 and IPv6

Add API and DB change for Blueprint extra-dhcp-opts-ipv4-ipv6.
Add unit tests for this change.

The validation of input extra dhcp options is not included
in this commit. A follow-up commit will be added for
validation.

DocImpact
APIImpact

Change-Id: I346334568929e50e51dd577cde6a257f4bce8e77
Partially-implements: Blueprint extra-dhcp-opts-ipv4-ipv6
neutron/agent/linux/dhcp.py
neutron/db/extradhcpopt_db.py
neutron/db/migration/alembic_migrations/versions/16cdf118d31d_extra_dhcp_options_ipv6_support.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/HEAD
neutron/extensions/extra_dhcp_opt.py
neutron/tests/unit/test_extension_extradhcpopts.py
neutron/tests/unit/test_linux_dhcp.py