summaryrefslogtreecommitdiff
path: root/heat/engine/clients/os/aodh.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/engine/clients/os/aodh.py')
-rw-r--r--heat/engine/clients/os/aodh.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/engine/clients/os/aodh.py b/heat/engine/clients/os/aodh.py
index f734f8778..e8aab0957 100644
--- a/heat/engine/clients/os/aodh.py
+++ b/heat/engine/clients/os/aodh.py
@@ -13,6 +13,7 @@
from aodhclient import client as ac
from aodhclient import exceptions
+from oslo_config import cfg
from heat.engine.clients import client_plugin
@@ -37,6 +38,7 @@ class AodhClientPlugin(client_plugin.ClientPlugin):
session=self.context.keystone_session,
interface=interface,
service_type=self.ALARMING,
+ connect_retries=cfg.CONF.client_retry_limit,
region_name=self._get_region_name())
def is_not_found(self, ex):