]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
move rpc_setup to the last step of __init__
authorYong Sheng Gong <gongysh@unitedstack.com>
Mon, 9 Dec 2013 13:01:17 +0000 (21:01 +0800)
committerYong Sheng Gong <gongysh@unitedstack.com>
Wed, 11 Dec 2013 06:52:14 +0000 (14:52 +0800)
commitf691ebe03916a78cbf18017d628a28b17f147700
treeeddb4fc7958d036718514af9523a150ae14f93a6
parentdbd6d454574af0911152fbeb5d687df6679c7436
move rpc_setup to the last step of __init__

rpc setup should be the last stuff in agent initialization
so that the rcp message handler(the agent instance itself)
can have a fully initialized agent instance.

Change-Id: I58c966e2c8ee92c307b565932e867b5d1ec73b67
Closes-Bug: #1259088
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_tunnel.py