The heat.engine.clients.os.glance
Module¶
-
class
heat.engine.clients.os.glance.
GlanceClientPlugin
(context)[source]¶ Bases:
heat.engine.clients.client_plugin.ClientPlugin
-
IMAGE
= 'image'¶
-
exceptions_module
= <module 'glanceclient.exc' from '/usr/lib/python2.7/dist-packages/glanceclient/exc.pyc'>¶
-
get_image_id
(image_identifier)[source]¶ 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
-
get_image_id_by_name
(image_identifier)[source]¶ 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
-
service_types
= ['image']¶
-