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
This commit is contained in:
Sandeep Yadav 2023-01-23 19:58:22 +05:30 committed by Gerrit Code Review
parent ba14fe0df5
commit 236643b352
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit a4cc72390fb304d93a64efa4357c561be94f9ff9
Subproject commit 9962b52a0a2ff93d57e9d1dff8a03d70991df1a8