The 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 '/usr/lib/python2.7/dist-packages/heatclient/exc.pyc'>¶
-
get_cfn_metadata_server_url
()¶
-
get_heat_cfn_url
()¶
-
get_heat_url
()¶
-
get_watch_server_url
()¶
-
is_conflict
(ex)¶
-
is_not_found
(ex)¶
-
is_over_limit
(ex)¶
-
service_types
= ['orchestration', 'cloudformation']¶
-