neutron_lib.exceptions.agent module

异常 neutron_lib.exceptions.agent.AgentNotFound(**kwargs)

基类: NotFound

message = 'Agent %(id)s 未找到。'
异常 neutron_lib.exceptions.agent.AgentNotFoundByTypeHost(**kwargs)

基类: NotFound

message = '具有 agent_type=%(agent_type)s host=%(host)s 的Agent 未找到。'
异常 neutron_lib.exceptions.agent.MultipleAgentFoundByTypeHost(**kwargs)

基类: Conflict

message = '找到多个具有 agent_type=%(agent_type)s host=%(host)s 的Agent。'