{
    "command": "/usr/sbin/httpd -DFOREGROUND",
    "config_files": [
        {
            "source": "/var/lib/kolla/config_files/heat.conf",
            "dest": "/etc/heat/heat.conf",
            "owner": "heat",
            "perm": "0600"
        },{
            "source": "/var/lib/kolla/config_files/wsgi-heat-api.conf",
            "dest": "/etc/httpd/conf.d/wsgi-heat-api.conf",
            "owner": "heat",
            "perm": "0600"
        }    ],
    "permissions": [
        {
            "path": "/var/log/kolla/heat",
            "owner": "heat:heat",
            "recurse": true
        }
    ]
}
