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.NotFoundConfig 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.NotFoundConfig 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.NotFoundConfig 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.NotFoundConfig 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.ServiceUnavailableFailure 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.ServiceUnavailableRequest 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.InvalidInputInvalid Input specified.
-
message= u’Invalid input for operation: %(error_message)s.’¶
-