SR-IOV: remove unused supported_pci_vendor_info variable

Change-Id: I67dd72331577b49fd1cf111043c11024290ae552
This commit is contained in:
Moshe Levi 2016-08-08 20:48:44 +03:00
parent 385d9c3f58
commit 4dd57d07cd
1 changed files with 1 additions and 3 deletions

View File

@ -69,14 +69,12 @@ class SriovNicSwitchMechanismDriver(mech_agent.SimpleAgentMechanismDriverBase):
vif_details={portbindings.CAP_PORT_FILTER: False},
supported_vnic_types=[portbindings.VNIC_DIRECT,
portbindings.VNIC_MACVTAP,
portbindings.VNIC_DIRECT_PHYSICAL],
supported_pci_vendor_info=None):
portbindings.VNIC_DIRECT_PHYSICAL]):
"""Initialize base class for SriovNicSwitch L2 agent type.
:param agent_type: Constant identifying agent type in agents_db
:param vif_details: Dictionary with details for VIF driver when bound
:param supported_vnic_types: The binding:vnic_type values we can bind
:param supported_pci_vendor_info: The pci_vendor_info values to bind
"""
self.agent_type = agent_type
self.supported_vnic_types = supported_vnic_types