{
    "command": "/usr/sbin/httpd -DFOREGROUND",
    "config_files": [
        {
            "source": "/var/lib/kolla/config_files/horizon.conf",
            "dest": "/etc/httpd/conf.d/horizon.conf",
            "owner": "horizon",
            "perm": "0600"
        },
        {
            "source": "/var/lib/kolla/config_files/_9998-kolla-settings.py",
            "dest": "/etc/openstack-dashboard/local_settings.d/_9998-kolla-settings.py",
            "owner": "horizon",
            "perm": "0600"
        },
        {
            "source": "/var/lib/kolla/config_files/_9999-custom-settings.py",
            "dest": "/etc/openstack-dashboard/local_settings.d/_9999-custom-settings.py",
            "owner": "horizon",
            "perm": "0600"
        }    ]
}
