Bases: heat.engine.clients.os.sahara.SaharaBaseConstraint
Bases: heat.engine.clients.os.sahara.SaharaBaseConstraint
Bases: heat.engine.constraints.BaseCustomConstraint
Bases: heat.engine.clients.client_plugin.ClientPlugin
Return the ID for the specified image name or identifier.
| Parameters: | image_identifier – image name or a UUID-like identifier | 
|---|---|
| Returns: | the id of the requested :image_identifier: | 
| Raises: | exception.EntityNotFound, exception.PhysicalResourceNameAmbiguity | 
Return the ID for the specified image name.
| Parameters: | image_identifier – image name | 
|---|---|
| Returns: | the id of the requested :image_identifier: | 
| Raises: | exception.EntityNotFound, exception.PhysicalResourceNameAmbiguity | 
Get the id for the specified plugin name.
| Parameters: | plugin_name – the name of the plugin to find | 
|---|---|
| Returns: | the id of :plugin: | 
| Raises: | exception.EntityNotFound |