heat.engine.clients.os.heat_plugin module

class heat.engine.clients.os.heat_plugin.HeatClientPlugin(context)[source]

Bases: heat.engine.clients.client_plugin.ClientPlugin

CLOUDFORMATION = 'cloudformation'
ORCHESTRATION = 'orchestration'
exceptions_module = <module 'heatclient.exc' from '/home/zuul/src/opendev.org/openstack/heat/.tox/docs/lib/python3.8/site-packages/heatclient/exc.py'>
get_cfn_metadata_server_url()[source]
get_heat_cfn_url()[source]
get_heat_url()[source]
get_insecure_option()[source]
is_conflict(ex)[source]

Returns True if the exception is a conflict.

is_not_found(ex)[source]

Returns True if the exception is a not-found.

is_over_limit(ex)[source]

Returns True if the exception is an over-limit.

service_types = ['orchestration', 'cloudformation']