]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Load resources dynamically
authorZane Bitter <zbitter@redhat.com>
Tue, 27 Nov 2012 15:15:56 +0000 (16:15 +0100)
committerZane Bitter <zbitter@redhat.com>
Wed, 28 Nov 2012 15:50:50 +0000 (16:50 +0100)
commitb487adbf8b52485bd804a3713235453bdbcf4cd7
tree2a6944b50d26e4a83f1470851a6f7b988dce0fc5
parentfaca9953c0d412944a23dfbc62e5634a509c51e8
Load resources dynamically

Automatically load all resources as "plugins" when importing the package
heat.engine.resources, instead of having to list them explicitly.

Change-Id: I9d11ab9a5b1dd21bc5f9c2f0aad95c035a9c9aa0
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/resource.py
heat/engine/resources/__init__.py
heat/engine/resources/register.py [deleted file]
heat/engine/service.py