neutron_lib.exceptions.taas module

exception neutron_lib.exceptions.taas.InvalidDestinationPort(**kwargs)

Bases: neutron_lib.exceptions.NotFound

message = 'Destination Port %(port)s does not exist'
exception neutron_lib.exceptions.taas.InvalidSourcePort(**kwargs)

Bases: neutron_lib.exceptions.NotFound

message = 'Source Port %(port)s does not exist'
exception neutron_lib.exceptions.taas.PortDoesNotBelongToTenant(**kwargs)

Bases: neutron_lib.exceptions.NotAuthorized

message = 'The specified port does not belong to the tenant'
exception neutron_lib.exceptions.taas.TapFlowNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

message = 'Tap Flow %(flow_id)s does not exist'
exception neutron_lib.exceptions.taas.TapMirrorNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

message = 'Tap Mirror %(mirror_id)s does not exist'
exception neutron_lib.exceptions.taas.TapMirrorTunnelConflict(**kwargs)

Bases: neutron_lib.exceptions.Conflict

message = 'Tap Mirror with tunnel_id %(tunnel_id)s already exists'
exception neutron_lib.exceptions.taas.TapServiceLimitReached(**kwargs)

Bases: neutron_lib.exceptions.OverQuota

message = 'Reached the maximum quota for Tap Services'
exception neutron_lib.exceptions.taas.TapServiceNotBelongToTenant(**kwargs)

Bases: neutron_lib.exceptions.NotAuthorized

message = 'Specified Tap Service does not belong to the tenant'
exception neutron_lib.exceptions.taas.TapServiceNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

message = 'Tap Service %(tap_id)s does not exist'