Switch horizon to direct upload mode to glance

This patch switches horizon to direct upload mode to glance.
It will prevent horizon from caching user image on proxy node.

Disable caching for glance site on proxy node.

Enable CORS in glance with allowed origins set to horizon URL.

Parametrize horizon proxy settins:
 * horizon_public_host
 * horizon_public_port
 * horizon_public_protocol
 
 Related-Prod: PROD-24536

Change-Id: Ie2ff8b58c352584d076e0c85bd033dc8fe52ee89
diff --git a/glance/control/cluster.yml b/glance/control/cluster.yml
index 0c17ac8..8b4f40c 100644
--- a/glance/control/cluster.yml
+++ b/glance/control/cluster.yml
@@ -36,6 +36,8 @@
           cert_file: ${_param:mysql_glance_client_ssl_cert_file}
         ssl:
           enabled: ${_param:galera_ssl_enabled}
+      cors:
+        allowed_origin: ${_param:glance_cors_allowed_origin}
       registry:
         host: ${_param:cluster_vip_address}
         port: 9191