heat.engine.clients.os.aodh module

class heat.engine.clients.os.aodh.AodhClientPlugin(context)[source]

Bases: ClientPlugin

ALARMING = 'alarming'
V2 = '2'
default_version = '2'
exceptions_module = <module 'aodhclient.exceptions' from '/home/zuul/src/opendev.org/openstack/heat/.tox/docs/lib/python3.10/site-packages/aodhclient/exceptions.py'>
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 = ['alarming']
supported_versions = ['2']