From: Steven Hardy Date: Tue, 26 Feb 2013 16:31:12 +0000 (+0000) Subject: heat engine : reinstate resources import X-Git-Tag: 2014.1~855 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=da31d59cc03c8a10bd823fe397c7b15d844cb5b6;p=openstack-build%2Fheat-build.git heat engine : reinstate resources import Reinstate the resources import removed by 06f4f85, without this we fail to create any resources (GenericResource is created for all resources due to no resource plugins being imported). bug 1133434 Change-Id: I2b24d58dee83a426deee09f8a9a121f503534de4 --- diff --git a/heat/engine/service.py b/heat/engine/service.py index ae323fd8..889e3c3e 100644 --- a/heat/engine/service.py +++ b/heat/engine/service.py @@ -28,6 +28,7 @@ from heat.common import exception from heat.common import identifier from heat.engine import parser from heat.engine import resource +from heat.engine import resources from heat.engine import watchrule from heat.openstack.common import log as logging