{
    "command": "/etc/haproxy/haproxy_run.sh",
    "config_files": [
        {
            "source": "/var/lib/kolla/config_files/haproxy_run.sh",
            "dest": "/etc/haproxy/haproxy_run.sh",
            "owner": "root",
            "perm": "0700"
        },
        {
            "source": "/var/lib/kolla/config_files/haproxy.cfg",
            "dest": "/etc/haproxy/haproxy.cfg",
            "owner": "root",
            "perm": "0600"
        },
        {
            "source": "/var/lib/kolla/config_files/services.d/",
            "dest": "/etc/haproxy/services.d",
            "owner": "root",
            "perm": "0700"
        }            ]
}
