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’¶ 
- 
V1= ‘1’¶ 
- 
V2= ‘2’¶ 
- 
default_version= ‘2’¶ 
- 
exceptions_module= [<module ‘heat.engine.clients.client_exception’ from ‘/home/jenkins/workspace/heat-docs-ubuntu-xenial/heat/engine/clients/client_exception.py’>, <module ‘glanceclient.exc’ from ‘/home/jenkins/workspace/heat-docs-ubuntu-xenial/.tox/venv/local/lib/python2.7/site-packages/glanceclient/exc.pyc’>]¶ 
- 
find_image_by_name_or_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: 
- 
get_image(image_identifier)[source]¶ Return the image object for the specified image name/id.
Parameters: image_identifier – image name Returns: an image object with name/id :image_identifier: 
- 
service_types= [‘image’]¶ 
- 
supported_versions= [‘1’, ‘2’]¶ 
- 
 
- 
class 
heat.engine.clients.os.glance.ImageConstraint[source]¶ Bases:
heat.engine.constraints.BaseCustomConstraint- 
expected_exceptions= (<class ‘heat.engine.clients.client_exception.EntityMatchNotFound’>, <class ‘heat.engine.clients.client_exception.EntityUniqueMatchNotFound’>)¶ 
- 
resource_client_name= ‘glance’¶ 
- 
resource_getter_name= ‘find_image_by_name_or_id’¶ 
-