diff --git a/tools/deploy_aio.sh b/tools/deploy_aio.sh
index d536171a9a79f96d4d7ce01d7c2afa391097cc1f..334e47c260d382e1d1048ac3cc6e79acf9305b47 100755
--- a/tools/deploy_aio.sh
+++ b/tools/deploy_aio.sh
@@ -74,7 +74,7 @@ docker_restart_policy: "never"
 docker_namespace: "lokolla"
 network_interface: "${PRIVATE_INTERFACE}"
 neutron_external_interface: "fake_interface"
-enable_horizon: "no"
+enable_horizon: "yes"
 enable_heat: "no"
 openstack_logging_debug: "True"
 openstack_service_workers: "1"
diff --git a/tools/setup_gate.sh b/tools/setup_gate.sh
index d5e61ef2daa702722f8d5ac6f4c84ae8b4ba61be..ac9de5d8eb124bba310d2235d4219d516af942ab 100755
--- a/tools/setup_gate.sh
+++ b/tools/setup_gate.sh
@@ -66,6 +66,9 @@ namespace = lokolla
 base = ${BASE_DISTRO}
 install_type = ${INSTALL_TYPE}
 profile = gate
+
+[profiles]
+gate = cron,glance,haproxy,keepalived,keystone,kolla-toolbox,mariadb,memcached,neutron,nova,openvswitch,rabbitmq,heka,horizon
 EOF
 
     if [[ "${DISTRO}" == "Debian" ]]; then