Merge "Fix OVSQuantumAgent.port_update if not admin_state_up"

This commit is contained in:
Jenkins 2013-01-29 23:19:47 +00:00 committed by Gerrit Code Review
commit 71d6ab7993

4
quantum/plugins/openvswitch/agent/ovs_quantum_agent.py Executable file → Normal file
View File

@ -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"))