It is important to be able to increase timeouts on api when running orchestrate tasks via pepper. Change-Id: I3ff0988bfec3ec4715348c5de15247fe0b075443pull/73/head
@@ -22,6 +22,9 @@ rest_cherrypy: | |||
disable_ssl: True | |||
{%- endif %} | |||
expire_responses: {{ api.get('expire_responses', False) }} | |||
{%- if api.rest_timeout is defined %} | |||
rest-timeout: {{ api.rest_timeout }} | |||
{%- endif %} | |||
{%- if api.get('debug', False) %} | |||
debug: True | |||
{%- endif %} |
@@ -20,6 +20,7 @@ salt: | |||
formula: {} | |||
api: | |||
enabled: true | |||
rest_timeout: 7200 | |||
ssl: | |||
engine: salt | |||
bind: |