]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix OVSQuantumAgent.port_update if not admin_state_up
authorAlessio Ababilov <aababilo@yahoo-inc.com>
Mon, 28 Jan 2013 15:23:38 +0000 (17:23 +0200)
committerAlessio Ababilov <aababilo@yahoo-inc.com>
Mon, 28 Jan 2013 15:47:23 +0000 (17:47 +0200)
commit82113467f8872e14306e8ef49a672fccb99f6a37
treef6bbd323e826653428a214e5384afb28e74585a1
parent32daf52381f08b890360f87d9f82deb9825ea85d
Fix OVSQuantumAgent.port_update if not admin_state_up

self.agent does not exist. Use self.plugin_rpc, not
self.agent.plugin_rpc.

Change-Id: Id472c07f5a16891c040cc1afdcb457e1ef81beed
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py [changed mode: 0755->0644]