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/murano/server/single.yml b/murano/server/single.yml
index 938263d..8c85019 100644
--- a/murano/server/single.yml
+++ b/murano/server/single.yml
@@ -35,7 +35,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}