metalsmith.exceptions.CapabilitiesNotFound(message, capabilities)¶Bases: metalsmith.exceptions.ReservationFailed
Requested capabilities do not match any nodes.
requested_capabilities – Requested node’s capabilities.
metalsmith.exceptions.CustomPredicateFailed(message, nodes)¶Bases: metalsmith.exceptions.ReservationFailed
Custom predicate yielded no nodes.
nodes – List of nodes that were checked.
metalsmith.exceptions.DeploymentFailed¶Bases: metalsmith.exceptions.Error
Deployment failed.
metalsmith.exceptions.DeploymentFailure¶metalsmith.exceptions.DeploymentTimeout¶Bases: metalsmith.exceptions.DeploymentFailed
Timeout during deployment.
metalsmith.exceptions.Error¶Bases: Exception
Base class for Metalsmith errors.
metalsmith.exceptions.InstanceNotFound¶Bases: metalsmith.exceptions.Error
Instance not found or node doesn’t have an instance associated.
metalsmith.exceptions.InvalidImage¶Bases: metalsmith.exceptions.Error
Requested image is invalid and cannot be used.
metalsmith.exceptions.InvalidInstance¶metalsmith.exceptions.InvalidNIC¶Bases: metalsmith.exceptions.Error
Requested NIC is invalid and cannot be used.
metalsmith.exceptions.InvalidNode¶Bases: metalsmith.exceptions.Error
This node cannot be deployed onto.
metalsmith.exceptions.NodesNotFound(resource_class, conductor_group)¶Bases: metalsmith.exceptions.ReservationFailed
Initial nodes lookup returned an empty list.
requested_resource_class – Requested resource class.
requested_conductor_group – Requested conductor group to pick nodes from.
metalsmith.exceptions.ReservationFailed¶Bases: metalsmith.exceptions.Error
Failed to reserve a suitable node.
This is the base class for all reservation failures.
metalsmith.exceptions.UnknownRootDiskSize¶Bases: metalsmith.exceptions.Error
Cannot determine the root disk size.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.