heat.engine.clients.os.heat_plugin 模块

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

基类: ClientPlugin

CLOUDFORMATION = 'cloudformation'
ORCHESTRATION = 'orchestration'
exceptions_module = <module 'heatclient.exc' from '/home/zuul/src/opendev.org/openstack/heat/.tox/docs/lib/python3.12/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]

如果异常是冲突,则返回 True。

is_not_found(ex)[source]

如果异常是未找到,则返回 True。

is_over_limit(ex)[source]

如果异常是超出限制,则返回 True。

service_types = ['orchestration', 'cloudformation']