shade/releasenotes/notes/orch_timeout-a3953376a9a96343.yaml
David Shrewsbury 9be6d3ac16 Fix for timeout=None in orchestration API calls
Our other API calls allow timeout=None to mean "no timeout". Heat does
not have an equivalent for "no timeout", but None will mean to use the
heat server default. Allow for this value in the orchestration calls.

Change-Id: Iae775676e9bb7d3f58d7041537f3a3b15ba52593
2018-02-23 09:36:03 -05:00

5 lines
88 B
YAML

---
fixes:
- |
Allow None for timeout in create_stack() and update_stack() calls.