]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use correct device_manager member in dhcp driver
authorJoe Mills <joe@midokura.com>
Mon, 28 Oct 2013 08:08:20 +0000 (08:08 +0000)
committerJoe Mills <joe@midokura.com>
Wed, 30 Oct 2013 05:01:52 +0000 (05:01 +0000)
commitda139f615673172a1a54fb3065233d568db5e313
tree0443330855173f761e7501fd8bc093ae89cd8c57
parent919f688f344028a527ef8a8b1ad6af1b965adf3e
Use correct device_manager member in dhcp driver

* The DHCP driver used to use device_delegate, but that has
  changed to device_manager. referencing device_delegate
  caused the cleanup of the dhcp agent namespaces to fail.
  This fixes the issue by using the correct member name,
  device_manager

Change-Id: Iab8ea0549383335ff66f3f13df1953d206eeb28f
Closes-Bug: #1245408
neutron/plugins/midonet/agent/midonet_driver.py
neutron/tests/unit/midonet/test_midonet_driver.py