]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Initialise resources when service is created.
authorSteve Baker <sbaker@redhat.com>
Fri, 17 May 2013 01:47:28 +0000 (13:47 +1200)
committerSteve Baker <sbaker@redhat.com>
Fri, 17 May 2013 04:59:18 +0000 (16:59 +1200)
commit1e46684b454ec2e6a75933de11b78e7957f3b5f2
tree71f83d7bbea6774af9b8352ba208551661474833
parentfa2b9fd0bfcd34aea335c8e2f402fa6af24b7a58
Initialise resources when service is created.

Without this, calls to validate_template will fail until the first
parser.Stack is created.

resources.initialise() is called in EngineService __init__
to avoid this happening in another service method in the future
Fixes: bug #1181045
Change-Id: I68a74ec7993aff4b74d449a3ae33315b93e9cb0d
heat/engine/service.py