]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Begin the change to a python only implementation.
authorAngus Salkeld <asalkeld@redhat.com>
Mon, 26 Mar 2012 05:45:06 +0000 (16:45 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Mon, 26 Mar 2012 05:45:06 +0000 (16:45 +1100)
commit91ee085a0dd65ae408d29bb494d0208530435203
treeb6e75b92f620f4848945aef475ccdbc14445c8f1
parent88b77d2bedda3b08eb55ef163de577e775c6bb26
Begin the change to a python only implementation.

- Don't start pacemaker-cloud cape, instead start the
  resources (soon to be implemented).
- kill off systemctl, capelistener and json2capexml

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
heat/engine/api/v1/events.py
heat/engine/api/v1/stacks.py
heat/engine/capelistener.py [deleted file]
heat/engine/json2capexml.py [deleted file]
heat/engine/parser.py
heat/engine/resources.py [new file with mode: 0644]
heat/engine/simpledb.py
heat/engine/systemctl.py [deleted file]