Comment 4 for bug 1105806

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/23052
Committed: http://github.com/openstack/heat/commit/737cc26570e194f691de71a7372f33a75a32e8c2
Submitter: Jenkins
Branch: master

commit 737cc26570e194f691de71a7372f33a75a32e8c2
Author: Steven Dake <email address hidden>
Date: Tue Feb 26 17:38:30 2013 -0700

    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