From fa0086cd3ff559914f8fcdefaf0f69d248ac18b3 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Tue, 27 Sep 2022 08:52:46 +0000 Subject: [PATCH] devstack: use iniset_rpc_backend Instead of calling get_transport_url directly. Change-Id: I418ce06faaa1351e663bc1e65701f88992e659d7 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index b6851845b5..4091ef8ffa 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -336,7 +336,7 @@ function octavia_configure { iniset $OCTAVIA_CONF house_keeping amphora_expiry_age ${OCTAVIA_AMP_EXPIRY_AGE} iniset $OCTAVIA_CONF house_keeping load_balancer_expiry_age ${OCTAVIA_LB_EXPIRY_AGE} - iniset $OCTAVIA_CONF DEFAULT transport_url $(get_transport_url) + iniset_rpc_backend octavia $OCTAVIA_CONF iniset $OCTAVIA_CONF oslo_messaging rpc_thread_pool_size 2 iniset $OCTAVIA_CONF oslo_messaging topic octavia_prov