]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Split the resourses up into seperate files.
authorAngus Salkeld <asalkeld@redhat.com>
Thu, 3 May 2012 04:34:13 +0000 (14:34 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Thu, 3 May 2012 04:45:01 +0000 (14:45 +1000)
commit20fc3c76a2f2e577af5eefc2640eb97a586593b1
tree222598dc108dc5a11b7b53c7af57dbfdd384b86b
parent9de4d852dcc484485df5a47a17092f186fed3d1e
Split the resourses up into seperate files.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
heat/engine/eip.py [new file with mode: 0644]
heat/engine/instance.py [new file with mode: 0644]
heat/engine/parser.py
heat/engine/resources.py
heat/engine/security_group.py [new file with mode: 0644]
heat/engine/volume.py [new file with mode: 0644]
heat/tests/test_resources.py