]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
OVS and OF Agents: Create updated_ports attribute before setup_rpc
authorEugene Nikanorov <enikanorov@mirantis.com>
Wed, 30 Apr 2014 12:04:58 +0000 (16:04 +0400)
committerEugene Nikanorov <enikanorov@mirantis.com>
Wed, 30 Apr 2014 12:04:58 +0000 (16:04 +0400)
commit717a0a0ab4436e2904360fe4e34226af7d0e412d
tree380f4d63b1211aa99713b6bd8deb583255e6f492
parent75a378b4b5bf3f62a7f1772588a5943a786bccbb
OVS and OF Agents: Create updated_ports attribute before setup_rpc

setup_rpc spawns rpc-consuming thread that can access
self.updated_ports before it is created in the constructor

Change-Id: Icc447c3bb7099125aae30e2430a6ad98ba00f6f9
Closes-Bug: #1314472
neutron/plugins/ofagent/agent/ofa_neutron_agent.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py