]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove redundant initialization and check from DVR RPC mixin
authorarmando-migliaccio <armamig@gmail.com>
Wed, 15 Oct 2014 06:25:58 +0000 (23:25 -0700)
committerArmando Migliaccio <armamig@gmail.com>
Sun, 19 Oct 2014 13:56:00 +0000 (13:56 +0000)
commitbc4d1054c3d5125103e16cf85ef02f97987994fd
treed12281561503f676ab5e9a97ad18962e6be31362
parent1aaa8b34466b0567c6a5ea0b607f1ac324ee5dfa
Remove redundant initialization and check from DVR RPC mixin

The initialization, as well as the recurrent checks on whether the agent
is able to handle DVR requests, are not necessary; this is because the
dvr_agent is going to be set at the time the L2 agent starts receiving
RPC messages.

Change-Id: I9caad965d0ff507e2ed93d6432997ad86139ac04
neutron/api/rpc/handlers/dvr_rpc.py