neutron_lib.exceptions.placement module¶
- exception neutron_lib.exceptions.placement.AmbiguousResponsibilityForResourceProvider(**kwargs)¶
基类:
NeutronException不清楚哪个资源提供者负责。
- message = '期望 只有一个 驱动程序 负责 资源提供者 %(rsc_provider)s, 但 得到 多个: %(drivers)s'¶
- exception neutron_lib.exceptions.placement.PlacementAPIVersionIncorrect(**kwargs)¶
基类:
NotFound- message = 'Placement API 版本 %(current_version)s, 不满足 所需的 版本 %(needed_version)s.'¶
- exception neutron_lib.exceptions.placement.PlacementAggregateNotFound(**kwargs)¶
基类:
NotFound- message = '未找到 资源提供者的 聚合体 %(resource_provider)s.'¶
- exception neutron_lib.exceptions.placement.PlacementAllocationGenerationConflict(**kwargs)¶
基类:
Conflict- message = '资源 分配 在 Placement 中 已被更改 ,而 Neutron 尝试 更新 它 ,消费者为 %(consumer)s.'¶
- exception neutron_lib.exceptions.placement.PlacementAllocationRemoved(**kwargs)¶
基类:
BadRequest- message = '资源 分配 已删除 ,消费者为 %(consumer)s.'¶
- exception neutron_lib.exceptions.placement.PlacementAllocationRpNotExists(**kwargs)¶
基类:
BadRequest- message = '资源 提供者 %(resource_provider)s ,消费者为 %(consumer)s 不存在.'¶
- exception neutron_lib.exceptions.placement.PlacementClientError(**kwargs)¶
基类:
NeutronException- message = 'Placement 客户端 错误 (4xx): %(msg)s.'¶
- exception neutron_lib.exceptions.placement.PlacementEndpointNotFound(**kwargs)¶
基类:
NotFound- message = 'Placement API 端点 未找到.'¶
- exception neutron_lib.exceptions.placement.PlacementInventoryNotFound(**kwargs)¶
基类:
NotFound- message = 'Placement 库存 未找到 ,资源提供者为 %(resource_provider)s, 资源类为 %(resource_class)s.'¶
- exception neutron_lib.exceptions.placement.PlacementInventoryUpdateConflict(**kwargs)¶
基类:
Conflict- message = 'Placement 库存 更新 冲突 ,资源提供者为 %(resource_provider)s, 资源类为 %(resource_class)s.'¶
- exception neutron_lib.exceptions.placement.PlacementResourceClassNotFound(**kwargs)¶
基类:
NotFound- message = 'Placement 资源类 未找到 %(resource_class)s.'¶
- exception neutron_lib.exceptions.placement.PlacementResourceNotFound(**kwargs)¶
基类:
NotFound- message = 'Placement 资源 未找到 ,URL为: %(url)s.'¶
- exception neutron_lib.exceptions.placement.PlacementResourceProviderGenerationConflict(**kwargs)¶
基类:
Conflict- message = 'Placement 资源提供者 代数 与服务器端 不匹配 ,资源提供者为: %(resource_provider)s ,代数为 %(generation)s.'¶
- exception neutron_lib.exceptions.placement.PlacementResourceProviderNameNotUnique(**kwargs)¶
基类:
Conflict- message = '已存在 具有 提供的名称的 另一个 资源提供者: %(name)s.'¶
- exception neutron_lib.exceptions.placement.PlacementResourceProviderNotFound(**kwargs)¶
基类:
NotFound- message = 'Placement 资源提供者 未找到 %(resource_provider)s.'¶
- exception neutron_lib.exceptions.placement.PlacementTraitNotFound(**kwargs)¶
基类:
NotFound- message = 'Placement 特征 未找到 %(trait)s.'¶
- exception neutron_lib.exceptions.placement.UnknownResourceProvider(**kwargs)¶
基类:
BadRequest资源提供者不被 Neutron 后端所知。
- message = 'Neutron 不认识 此资源提供者: %(rsc_provider)s.'¶