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