neutron_fwaas.services.firewall.service_drivers.ovn.exceptions module

exception neutron_fwaas.services.firewall.service_drivers.ovn.exceptions.MechanismDriverNotFound(**kwargs)

Bases: NotFound

message = 'None of the supported mechanism drivers found: %(mechanism_drivers)s. Check your configuration.'
exception neutron_fwaas.services.firewall.service_drivers.ovn.exceptions.OperatorNotSupported(**kwargs)

Bases: NeutronException

message = 'The operator "%(operator)s" is not supported. Valid operators are: %(valid_operators)s.'
exception neutron_fwaas.services.firewall.service_drivers.ovn.exceptions.ProtocolNotSupported(**kwargs)

Bases: NeutronException

message = 'The protocol "%(protocol)s" is not supported. Valid protocols are: %(valid_protocols)s; or protocol numbers ranging from 0 to 255.'