Fixed typos

Change-Id: I4ada3c691750a8b6e738b4ba51380337b596b52c
This commit is contained in:
Saurabh Chordiya 2016-07-05 20:27:39 +05:30
parent d112b65c5f
commit 20a00ddd4b
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ class OpenvswitchMechanismDriver(mech_agent.SimpleAgentMechanismDriverBase):
details = dict(self.vif_details)
hybrid = portbindings.OVS_HYBRID_PLUG
if hybrid in a_config:
# we only override the vif_details for hybrid pluggin set
# in the constuctor if the agent specifically requests it
# we only override the vif_details for hybrid plugging set
# in the constructor if the agent specifically requests it
details[hybrid] = a_config[hybrid]
return details
caps = a_config.get('ovs_capabilities', {})