heat.engine.clients.os.aodh module

heat.engine.clients.os.aodh module

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

Bases: heat.engine.clients.client_plugin.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.6/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']
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.