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/zuul/src/opendev.org/openstack/heat/heat/engine/clients/client_exception.py'>, <module 'glanceclient.exc' from '/home/zuul/src/opendev.org/openstack/heat/.tox/docs/lib/python3.8/site-packages/glanceclient/exc.py'>]¶
-
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'¶
-