commit | 983e92f6dd43b01c4c7e96afa60315cd9a672f43 | [log] [tgz] |
---|---|---|
author | Alexander Noskov <anoskov@mirantis.com> | Tue Nov 06 18:39:33 2018 +0400 |
committer | Aleksey Zvyagintsev <azvyagintsev@mirantis.com> | Wed Jan 09 15:46:38 2019 +0000 |
tree | 5fd3594d3b33ef56e1629535b7ba6e1874cda775 | |
parent | 2ca2bbae2e674b7515260ef8d3b3794c51dba99c [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)
diff --git a/murano/server/cluster.yml b/murano/server/cluster.yml index 6c45f6d..a9b1f6d 100644 --- a/murano/server/cluster.yml +++ b/murano/server/cluster.yml
@@ -40,7 +40,7 @@ virtual_host: '/openstack' murano_agent_queue: engine: rabbitmq - host: ${_param:openstack_proxy_address} + host: ${_param:cluster_public_host} port: 5673 user: openstack password: ${_param:rabbitmq_murano_agent_password}