]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add a Timeout (-t) to the heat options (and make -f for templates).
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 7 Jun 2012 01:41:03 +0000 (11:41 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Thu, 7 Jun 2012 01:41:03 +0000 (11:41 +1000)
commitaca71be770e2bc0fecd06a64a7e36bcb7cf686a3
tree7f53cce6b77a22143b104e1c97b8060786315487
parent7e02a65f79b8a356b93822555caf40f0a9dfdb97
Add a Timeout (-t) to the heat options (and make -f for templates).

This makes the cli more consistent with AWS and implements
the timeout feature.

Note: the timeout is in minutes and defaults to 60 minutes.

Change-Id: I41dea75170c871c1ee47948643311752d9d5e41e
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
bin/heat
docs/man/man1/heat.1
heat/api/v1/stacks.py
heat/cloudformations.py
heat/engine/manager.py
heat/engine/parser.py