diff --git a/quantum/plugins/openvswitch/agent/ovs_quantum_agent.py b/quantum/plugins/openvswitch/agent/ovs_quantum_agent.py old mode 100755 new mode 100644 index a814895b75..6e058eeef0 --- a/quantum/plugins/openvswitch/agent/ovs_quantum_agent.py +++ b/quantum/plugins/openvswitch/agent/ovs_quantum_agent.py @@ -215,8 +215,8 @@ class OVSQuantumAgent(object): self.agent_id) else: # update plugin about port status - self.agent.plugin_rpc.update_device_down(self.context, port['id'], - self.agent.agent_id) + self.plugin_rpc.update_device_down(self.context, port['id'], + self.agent_id) def tunnel_update(self, context, **kwargs): LOG.debug(_("tunnel_update received"))