Reorganized heat template generation code

* Extracted heat template generation from
  'utils/openstack/heat.py' to 'service/heat/templates.py'.
  Now heat.py is for heat client only.
* Moved heat template resources from 'resources' to
  'service/heat/resources'
* Separated tests for heat templates and heat client.

Change-Id: I4c7a561f1648f34e71574a556cbc07ed2cf9b173
Closes-Bug: #1373075
This commit is contained in:
Andrew Lazarev 2015-02-17 15:27:30 -08:00
parent d863eed0b2
commit 3bfa8cb3da
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ sahara.cluster.plugins =
sahara.infrastructure.engine =
direct = sahara.service.direct_engine:DirectEngine
heat = sahara.service.heat_engine:HeatEngine
heat = sahara.service.heat.heat_engine:HeatEngine
sahara.remote =
ssh = sahara.utils.ssh_remote:SshRemoteDriver