{
    "command": "heat-engine",
    "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/contrail-plugin.pth",
            "dest": "/usr/lib/python3.6/site-packages/contrail-plugin.pth",
            "owner": "root",
            "perm": "0644"
        }    ],
    "permissions": [
        {
            "path": "/var/log/kolla/heat",
            "owner": "heat:heat",
            "recurse": true
        }
    ]
}
