]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Move the resource module out of the resources package
authorZane Bitter <zbitter@redhat.com>
Wed, 28 Nov 2012 13:43:40 +0000 (14:43 +0100)
committerZane Bitter <zbitter@redhat.com>
Wed, 28 Nov 2012 14:24:02 +0000 (15:24 +0100)
commitb0026981a5855ec0a9427f7787570d4de903512d
tree0f47c311561003f22a9e97b14908d7aeb3d05b34
parent965618ac42b0b62c3c836ba02120674fe763c07d
Move the resource module out of the resources package

Leave only the actual resource implementations in the heat.engine.resources
package. This is the first step to implementing a plugin-style architecture
for resources.

Change-Id: I8a63da4f54b087ee792969678f92da8e31787a3e
Signed-off-by: Zane Bitter <zbitter@redhat.com>
23 files changed:
heat/engine/event.py [moved from heat/engine/resources/event.py with 98% similarity]
heat/engine/parser.py
heat/engine/properties.py [moved from heat/engine/resources/properties.py with 100% similarity]
heat/engine/resource.py [moved from heat/engine/resources/resource.py with 98% similarity]
heat/engine/resources/__init__.py
heat/engine/resources/autoscaling.py
heat/engine/resources/cloud_watch.py
heat/engine/resources/eip.py
heat/engine/resources/instance.py
heat/engine/resources/quantum/quantum.py
heat/engine/resources/s3.py
heat/engine/resources/security_group.py
heat/engine/resources/stack.py
heat/engine/resources/user.py
heat/engine/resources/volume.py
heat/engine/resources/wait_condition.py
heat/engine/service.py
heat/tests/test_event.py
heat/tests/test_loadbalancer.py
heat/tests/test_parser.py
heat/tests/test_properties.py
heat/tests/test_quantum.py
heat/tests/test_resource.py