The neutron_taas.services.taas.drivers.linux.sriov_nic_exceptions
Module¶
-
exception
neutron_taas.services.taas.drivers.linux.sriov_nic_exceptions.
PciDeviceNotFoundById
(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound
-
message
= u'PCI device %(id)s not found'¶
-
-
exception
neutron_taas.services.taas.drivers.linux.sriov_nic_exceptions.
PciSlotNotFound
(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound
-
message
= u'PCI slot (Port-id, MAC): %(port_id)s, %(mac)s not found'¶
-
-
exception
neutron_taas.services.taas.drivers.linux.sriov_nic_exceptions.
SriovNicSwitchDriverInvocationError
(message=None)¶ Bases:
neutron_lib.exceptions.Invalid
-
message
= u'Failed to invoke SR-IOV TaaS driver command: %(tap_service_pf_device)s, %(tap_service_vf_index)s, %(source_vf_index)s, %(vlan_filter)s, %(vf_to_vf_all_vlans)s, %(direction)s'¶
-