Merge "Remove unreachable code in OVS mech driver"

This commit is contained in:
Jenkins 2017-06-17 09:17:50 +00:00 committed by Gerrit Code Review
commit 37e9999c8f
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ class OpenvswitchMechanismDriver(mech_agent.SimpleAgentMechanismDriverBase):
portbindings.VHOST_USER_OVS_PLUG: True,
portbindings.VHOST_USER_SOCKET: sock_path
}
return self.vif_details
@staticmethod
def agent_vhu_sockpath(agent, port_id):