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