]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Replace part_handler.py with write-files cloudinit mechanism
authorSteven Dake <sdake@redhat.com>
Tue, 30 Jul 2013 01:18:19 +0000 (18:18 -0700)
committerSteven Dake <sdake@redhat.com>
Tue, 30 Jul 2013 22:24:08 +0000 (15:24 -0700)
commit621f5bfdbab46498b37cdc4865afa57e0f0498e0
treee898c73c2877a6fed16771e8f5b06a54b8ee01d5
parent87e02d79b8023334407b26dc725607c52fc613d0
Replace part_handler.py with write-files cloudinit mechanism

part-handler.py was acting as a write-files mechanism.  Instead just
use the write-files mechanism directly to avoid the complexities of
the part-handler.

blueprint: use-cloudinit-write
Change-Id: I6e80c344743d6fd2fa9a49507de6d50e3d9eea73
heat/cloudinit/boothook.sh
heat/cloudinit/config
heat/cloudinit/loguserdata.py
heat/cloudinit/part_handler.py [deleted file]
heat/engine/resources/instance.py
heat/tests/test_loguserdata.py