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 '/build/heat-x5sKiP/heat-15.0.0/heat/engine/clients/client_exception.py'>, <module 'glanceclient.exc' from '/usr/lib/python3/dist-packages/glanceclient/exc.py'>]¶find_image_by_name_or_id
(image_identifier)[source]¶Return the ID for the specified image name or identifier.
image_identifier – image name or a UUID-like identifier
the id of the requested :image_identifier:
get_image
(image_identifier)[source]¶Return the image object for the specified image name/id.
image_identifier – image name
an image object with name/id :image_identifier:
service_types
= ['image']¶supported_versions
= ['1', '2']¶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'¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.