]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make dvr_vmarp_table_update call conditional to dvr extension
authorarmando-migliaccio <armamig@gmail.com>
Tue, 29 Jul 2014 03:09:04 +0000 (20:09 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Tue, 29 Jul 2014 03:31:58 +0000 (20:31 -0700)
commit3eee50510fed29a7a8d97d4193a1c3c0a209a712
tree38ba0de996a2c12576677bc40c6d52587db5a4d7
parent30556c4a234406754de86ec7e5e4c6b7dc3fdc44
Make dvr_vmarp_table_update call conditional to dvr extension

Without making this call conditional, every l3plugin that
integrates with the ML2 plugin will need to implement this
method and this must not be necessary.

Closes-bug: #1349638

Change-Id: Ie9ba3bad4152810f5bfa530be54be70139cebc0c
neutron/plugins/ml2/rpc.py
neutron/tests/unit/ml2/test_rpcapi.py