neutron_lib.exceptions.agent module

exception neutron_lib.exceptions.agent.AgentNotFound(**kwargs)

Bases: NotFound

message = 'Agent %(id)s could not be found.'
exception neutron_lib.exceptions.agent.AgentNotFoundByTypeHost(**kwargs)

Bases: NotFound

message = 'Agent with agent_type=%(agent_type)s and host=%(host)s could not be found.'
exception neutron_lib.exceptions.agent.MultipleAgentFoundByTypeHost(**kwargs)

Bases: Conflict

message = 'Multiple agents with agent_type=%(agent_type)s and host=%(host)s found.'