]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Initialize sec to None to avoid exception in security group
authorSteven Dake <sdake@redhat.com>
Tue, 17 Apr 2012 16:06:16 +0000 (09:06 -0700)
committerSteven Dake <sdake@redhat.com>
Tue, 17 Apr 2012 16:07:32 +0000 (09:07 -0700)
commitbf68a800e59ee3dc37ea2509048b8ddb6f3af4de
tree0d8962aea5cba9ec50c2388c158ba1bbf0469c91
parent7afbd05da3fd24b9c825531d1a1c562e31189c53
Initialize sec to None to avoid exception in security group

When an existing security group is not found in nova, heat will trigger
an exception and the stack won't be created.

Signed-off-by: Steven Dake <sdake@redhat.com>
heat/engine/resources.py