Bases: heat.engine.clients.client_plugin.ClientPlugin
Return an 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.ImageNotFound, exception.PhysicalResourceNameAmbiguity |
Return an id for the specified image name.
| Parameters: | image_identifier – image name |
|---|---|
| Returns: | the id of the requested :image_identifier: |
| Raises : | exception.ImageNotFound, exception.PhysicalResourceNameAmbiguity |