]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Refactor useful nova functions for re-use.
authorRandall Burt <randall.burt@rackspace.com>
Tue, 6 Aug 2013 22:07:26 +0000 (17:07 -0500)
committerRandall Burt <randall.burt@rackspace.com>
Tue, 6 Aug 2013 22:12:52 +0000 (17:12 -0500)
commit7601916b0c7df97ebbc2506176c587315a9d7f4c
tree4dce4ef9ed081f7822bd776430728224fbc3ab12
parent5270ec8d9f95b2bf7e91ef7e169f67988db1a54e
Refactor useful nova functions for re-use.

Refactor handy nova functions out of Instance and into a helper
module. This allows alternate compute implementations to use
this functionality without having to subclass.

Change-Id: I529e2d1324981de7336264b5c697f1944668d013
heat/engine/resources/nova_utils.py [new file with mode: 0644]
heat/tests/test_nova_utils.py [new file with mode: 0644]