summaryrefslogtreecommitdiff
path: root/heat/engine/clients/os/heat_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/engine/clients/os/heat_plugin.py')
-rw-r--r--heat/engine/clients/os/heat_plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/engine/clients/os/heat_plugin.py b/heat/engine/clients/os/heat_plugin.py
index fb5132893..76cdf990d 100644
--- a/heat/engine/clients/os/heat_plugin.py
+++ b/heat/engine/clients/os/heat_plugin.py
@@ -38,6 +38,7 @@ class HeatClientPlugin(client_plugin.ClientPlugin):
args['username'] = self.context.username
args['password'] = self.context.password
+ args['connect_retries'] = cfg.CONF.client_retry_limit
return hc.Client('1', endpoint_override=endpoint,
session=self.context.keystone_session,
**args)