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 |