]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Eliminate autoaddress check for DNS integration
authorMiguel Lavalle <miguel@mlavalle.com>
Tue, 22 Sep 2015 22:22:31 +0000 (17:22 -0500)
committerMiguel Lavalle <miguel@mlavalle.com>
Tue, 22 Sep 2015 23:14:34 +0000 (18:14 -0500)
commit2d68a0ed42d3eb3d6187fb5ae78b7b38001dcfdb
tree1b8583bfea57092c2b1c035903de8872e36d0289
parent7707cfd86f47dfc66411e274f343fe8484f9e250
Eliminate autoaddress check for DNS integration

The autoaddress check for DNS integartion is not required anymore. It is
removed from the DB plugin. This check was being performed to reflect
incorrect functionality in the DHCP agent as indicated in bug
https://bugs.launchpad.net/neutron/+bug/1498665

Change-Id: I4b00618c328567f998765ed9a023c4c50d950b2b
Closes-Bug: #1497450
neutron/db/db_base_plugin_v2.py
neutron/tests/unit/extensions/test_dns.py