9be6d3ac16
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
5 lines
88 B
YAML
5 lines
88 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Allow None for timeout in create_stack() and update_stack() calls.
|