commit | f10de034adfa507116a37f7a7134b24e5c159af9 | [log] [tgz] |
---|---|---|
author | Alexander Noskov <anoskov@mirantis.com> | Tue Nov 06 18:39:33 2018 +0400 |
committer | Pavel Cizinsky <pcizinsky@mirantis.com> | Thu Jan 10 15:10:26 2019 +0000 |
tree | c5934d2ef9dd91e9937750995e73aadac8d28c1e | |
parent | dfc92cc85e4bc5bbd034777d5cdd8758e3ba163c [diff] [blame] |
Replace openstack_proxy_address with cluster_public_host In addition to template changes https://gerrit.mcp.mirantis.com/29621 Change-Id: I1d469d46e4931dec809c3f74ebbb3a98dfdc06a1 Closes-bug: PROD-24645 (PROD-25495) (cherry picked from commit 983e92f6dd43b01c4c7e96afa60315cd9a672f43)
diff --git a/nginx/server/proxy/openstack/horizon.yml b/nginx/server/proxy/openstack/horizon.yml index a44f862..d35ffa2 100644 --- a/nginx/server/proxy/openstack/horizon.yml +++ b/nginx/server/proxy/openstack/horizon.yml
@@ -2,7 +2,7 @@ _param: nginx_proxy_openstack_api_host: ${_param:cluster_public_host} nginx_proxy_openstack_api_address: 0.0.0.0 - nginx_proxy_openstack_horizon_host: ${_param:openstack_proxy_address} + nginx_proxy_openstack_horizon_host: ${_param:cluster_public_host} nginx: server: enabled: true