Remove unreachable code in OVS mech driver

Removed an unreachable section of code in OpenvswitchMechanismDriver.

Trivial-Fix

Change-Id: I756594d4d2cc6a63e2ecfdf713f18bebdffeb4d2
This commit is contained in:
Rodolfo Alonso Hernandez 2017-06-14 10:10:05 +01:00
parent 3e87e4ab0d
commit 7064e587db
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):