neutron_fwaas.services.firewall.service_drivers.agents.drivers.linux.l2.openvswitch_firewall.exceptions module

exception neutron_fwaas.services.firewall.service_drivers.agents.drivers.linux.l2.openvswitch_firewall.exceptions.OVSFWaaSPortNotFound(**kwargs)

Bases: NeutronException

message = 'Port %(port_id)s is not managed by this agent.'
exception neutron_fwaas.services.firewall.service_drivers.agents.drivers.linux.l2.openvswitch_firewall.exceptions.OVSFWaaSTagNotFound(**kwargs)

Bases: NeutronException

message = 'Cannot get vlan tag for port %(port_id)s.'