heat stack create and update with --timeout or --wait
Hi,
Could you please suggest which one is
the best option in --wait
and
--timeout
to create and update the heat stack
--timeout
# openstack stack create --timeout 7200 test_stack -e /opt/environment.yaml -t /opt/test.yaml
--wait
# openstack stack create test_stack -e /opt/environment.yaml -t /opt/test.yaml --wait
There is a debate on it and I'm suggesting them to use the --wait instead of -- timeout, I just wanted to take your help to choose the best option.