neutron_lib.exceptions.agent module¶
-
exception
neutron_lib.exceptions.agent.
AgentNotFound
(**kwargs)¶ Bases:
neutron_lib.exceptions.NotFound
-
message
= 'Agent %(id)s could not be found.'¶
-
-
exception
neutron_lib.exceptions.agent.
AgentNotFoundByTypeHost
(**kwargs)¶ Bases:
neutron_lib.exceptions.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:
neutron_lib.exceptions.Conflict
-
message
= 'Multiple agents with agent_type=%(agent_type)s and host=%(host)s found.'¶
-