The networking_cisco.apps.saf.common.dfa_exceptions Module

Exceptions used by DFA enabler

exception networking_cisco.apps.saf.common.dfa_exceptions.ConfigProfileFwdModeNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

Config Profile forwarding mode cannot be found.

message = u’Forwarding Mode for network %(network_id)s could not be found.’
exception networking_cisco.apps.saf.common.dfa_exceptions.ConfigProfileIdNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

Config Profile ID cannot be found.

message = u’Config Profile %(profile_id)s could not be found.’
exception networking_cisco.apps.saf.common.dfa_exceptions.ConfigProfileNameNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

Config Profile name cannot be found.

message = u’Config Profile %(name)s could not be found.’
exception networking_cisco.apps.saf.common.dfa_exceptions.ConfigProfileNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

Config Profile cannot be found.

message = u’Config profile for network %(network_id)s could not be found.’
exception networking_cisco.apps.saf.common.dfa_exceptions.DfaAgentFailed(**kwargs)

Bases: neutron_lib.exceptions.ServiceUnavailable

Failure in running DfaAgent.

message = u’OpenStack is not running: %(reason)s.’
exception networking_cisco.apps.saf.common.dfa_exceptions.DfaClientRequestFailed(**kwargs)

Bases: neutron_lib.exceptions.ServiceUnavailable

Request to DCNM failed.

message = u’Request to DCNM failed: %(reason)s.’
exception networking_cisco.apps.saf.common.dfa_exceptions.InvalidInput(**kwargs)

Bases: neutron_lib.exceptions.InvalidInput

Invalid Input specified.

message = u’Invalid input for operation: %(error_message)s.’
exception networking_cisco.apps.saf.common.dfa_exceptions.NetworkNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

Network cannot be found.

message = u’Network %(network_id)s could not be found.’
exception networking_cisco.apps.saf.common.dfa_exceptions.ProjectIdNotFound(**kwargs)

Bases: neutron_lib.exceptions.NotFound

Project ID cannot be found.

message = u’Project ID %(project_id)s could not be found.’