From 236643b352989ada0f5ae1281e4fdf4c413c1318 Mon Sep 17 00:00:00 2001 From: Sandeep Yadav Date: Mon, 23 Jan 2023 19:58:22 +0530 Subject: [PATCH] Update git submodules * Update tripleo-heat-templates from branch 'master' to 9962b52a0a2ff93d57e9d1dff8a03d70991df1a8 - Replace qdrouterd backend with rabbitmq in Sc03 qdrouterd for RPC is not a supported backend in RHOSP, updating sc03 to test rabbitmq which is a supported backend for RPC communication. Trying to run with qdrouterd backend in downstream fails because python-pyngus is not added as dependency downstream[1] python-pyngus available since RHOSP13 but is not added as dep for oslo-messaging rpm with reasoning[2]. ~~~ ModuleNotFoundError: No module named 'pyngus' ~~~ Sc03 provides desginate testing coverage, This change will allow us to run standalone sc03 in downstream pipelines keeping sc03 env files in sync in upstream and downstream. This patch will be backported to wallaby. [1] https://github.com/rdo-packages/oslo-messaging-distgit/blob/wallaby-rdo/python-oslo-messaging.spec#L89-L91 [2] https://bugzilla.redhat.com/show_bug.cgi?id=1791364#c13 Change-Id: Ib49223709e20931abcec4d16301db9882c64c06f --- tripleo-heat-templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo-heat-templates b/tripleo-heat-templates index a4cc72390f..9962b52a0a 160000 --- a/tripleo-heat-templates +++ b/tripleo-heat-templates @@ -1 +1 @@ -Subproject commit a4cc72390fb304d93a64efa4357c561be94f9ff9 +Subproject commit 9962b52a0a2ff93d57e9d1dff8a03d70991df1a8