]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Allow stacks to be created without a timeout
authorZane Bitter <zbitter@redhat.com>
Fri, 31 May 2013 10:39:08 +0000 (12:39 +0200)
committerZane Bitter <zbitter@redhat.com>
Fri, 31 May 2013 10:40:08 +0000 (12:40 +0200)
commit16c5289841fc716d936df9dc58b93ec941ad0326
treea9907bbd4da3a4de3ea9c3202fc0a285965156b4
parentbc635e65a5a163245a8366e650a3615e2a600c3c
Allow stacks to be created without a timeout

This should be the default for nested stacks, rather than the default
timeout of 60 minutes for stacks created through the API.

Change-Id: Iacee6eaf8f345e506b417e776f696db6b11bbf20
heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py [new file with mode: 0644]
heat/engine/parser.py