metalsmith.exceptions module¶
- exception metalsmith.exceptions.CapabilitiesNotFound(message, capabilities)¶
-
请求的capabilities与任何节点不匹配。
- 变量:
requested_capabilities – 请求节点的capabilities。
- exception metalsmith.exceptions.CustomPredicateFailed(message, nodes)¶
-
自定义谓词没有产生任何节点。
- 变量:
nodes – 检查的节点列表。
- metalsmith.exceptions.DeploymentFailure¶
的别名
DeploymentFailed
- exception metalsmith.exceptions.DeploymentTimeout¶
基类:
DeploymentFailed部署超时。
- exception metalsmith.exceptions.Error¶
基础:
ExceptionMetalsmith错误的基类。
- metalsmith.exceptions.InvalidInstance¶
的别名
InstanceNotFound
- exception metalsmith.exceptions.NodesNotFound(resource_class, conductor_group)¶
-
初始节点查找返回一个空列表。
- 变量:
requested_resource_class – 请求的资源类。
requested_conductor_group – 请求的从其选择节点的conductor组。