]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Put heat data files in /var/lib/heat-cfntools
authorSteven Dake <sdake@redhat.com>
Wed, 27 Feb 2013 00:38:30 +0000 (17:38 -0700)
committerSteven Dake <sdake@redhat.com>
Thu, 28 Feb 2013 01:31:04 +0000 (18:31 -0700)
commit737cc26570e194f691de71a7372f33a75a32e8c2
treecc27a1463ed57d7424100c3f2894b08eb72c725b
parent7dace2f8356f830921a6d1b681e2ad1a6e1decc4
Put heat data files in /var/lib/heat-cfntools

The /var/lib/heat-cfntools directory should be owned by the
heat-cfntools package for whichever distro it is included.

This avoids the problem of heat writing to directories owned
by cloud-init.

For the moment, the part handler will continue to write to
/var/lib/cloud/data to be removed at a later date.

Change-Id: I70b714c70ed146d4f6807850d6e7264c6a4624cd
Fixes: Bug #1105806
heat/cloudinit/loguserdata.py
heat/cloudinit/part-handler.py
heat/tests/functional/util.py
heat/tests/test_loguserdata.py