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 '/home/jenkins/workspace/heat-docs-unified-ubuntu-xenial/.tox/venv/local/lib/python2.7/site-packages/heatclient/exc.pyc'>
get_cfn_metadata_server_url()[source]
get_heat_cfn_url()[source]
get_heat_url()[source]
get_insecure_option()[source]
get_watch_server_url()[source]
is_conflict(ex)[source]
is_not_found(ex)[source]
is_over_limit(ex)[source]
service_types = ['orchestration', 'cloudformation']

Previous topic

The heat.engine.clients.os.glance Module

Next topic

The heat.engine.clients.os.keystone.heat_keystoneclient Module

Project Source

This Page