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: |
Return the image object for the specified image name/id.
Parameters: | image_identifier – image name |
---|---|
Returns: | an image object with name/id :image_identifier: |
Bases: heat.engine.constraints.BaseCustomConstraint