neutron_lib.exceptions.l3 模块¶
- exception neutron_lib.exceptions.l3.AbortSyncRouters(**kwargs)¶
基类:
NeutronException- message = '由于错误,中止 periodic_sync_routers_task。'¶
- exception neutron_lib.exceptions.l3.ExternalGatewayForFloatingIPNotFound(**kwargs)¶
基类:
NotFound- message = '外部网络 %(external_network_id)s 无法从子网 %(subnet_id)s 访问。因此,无法将端口 %(port_id)s 与浮动 IP 关联。'¶
- exception neutron_lib.exceptions.l3.FipAssociated(**kwargs)¶
基类:
InUse操作错误,指示端口仍然关联着浮动 IP。
`InUse` 异常的特化,指示由于端口仍然关联着浮动 IP,操作失败。
- 参数:
port_id – 请求端口的 UUID。
- message = '由于端口仍然关联着浮动 IP,无法完成端口 %(port_id)s 上的操作。'¶
- exception neutron_lib.exceptions.l3.FloatingIPNotFound(**kwargs)¶
基类:
NotFound- message = '找不到浮动 IP %(floatingip_id)s'¶
- exception neutron_lib.exceptions.l3.FloatingIPPortAlreadyAssociated(**kwargs)¶
基类:
InUse- message = '无法将浮动 IP %(floating_ip_address)s (%(fip_id)s) 与端口 %(port_id)s 使用固定 IP %(fixed_ip)s 关联,因为该固定 IP 已经在外部网络 %(net_id)s 上具有浮动 IP。'¶
- exception neutron_lib.exceptions.l3.FloatingIpSetupException(message=None)¶
基类:
NeutronException
- exception neutron_lib.exceptions.l3.IpTablesApplyException(message=None)¶
基类:
NeutronException
- exception neutron_lib.exceptions.l3.L3ExtensionException(**kwargs)¶
基类:
NeutronException- message = '以下 L3 代理扩展未从 ``neutron_lib.agent.l3_extension.L3AgentExtension`` 继承:%(extensions)s。'¶
- exception neutron_lib.exceptions.l3.RouterExternalGatewayInUseByFloatingIp(**kwargs)¶
基类:
InUse- message = '无法更新路由器 %(router_id)s 的网关,因为一个或多个浮动 IP 需要到外部网络 %(net_id)s 的网关。'¶
- exception neutron_lib.exceptions.l3.RouterInUse(**kwargs)¶
基类:
InUse- message = '路由器 %(router_id)s %(reason)s'¶
- exception neutron_lib.exceptions.l3.RouterInterfaceAttachmentConflict(**kwargs)¶
基类:
Conflict- message = '执行操作时出错 %(reason)s。'¶
- exception neutron_lib.exceptions.l3.RouterInterfaceInUseByFloatingIP(**kwargs)¶
基类:
InUse- message = '路由器接口用于子网 %(subnet_id)s 在路由器 %(router_id)s 上,无法删除,因为一个或多个浮动 IP 需要它。'¶
- exception neutron_lib.exceptions.l3.RouterInterfaceNotFound(**kwargs)¶
基类:
NotFound- message = '路由器 %(router_id)s 没有 ID 为 %(port_id)s 的接口'¶
- exception neutron_lib.exceptions.l3.RouterInterfaceNotFoundForSubnet(**kwargs)¶
基类:
NotFound- message = '路由器 %(router_id)s 在子网 %(subnet_id)s 上没有接口'¶
- exception neutron_lib.exceptions.l3.RouterNotCompatibleWithAgent(**kwargs)¶
基类:
NeutronException- message = "路由器 '%(router_id)s' 与此代理不兼容。"¶
- exception neutron_lib.exceptions.l3.RouterNotFound(**kwargs)¶
基类:
NotFound- message = '找不到路由器 %(router_id)s'¶
- exception neutron_lib.exceptions.l3.RouterNotFoundInRouterFactory(**kwargs)¶
基类:
NeutronException- message = "在路由器工厂中找不到具有功能 '%(features)s' 的路由器 '%(router_id)s'。"¶