Update git submodules

* Update puppet-horizon from branch 'master'
  to d85cc4230d43f2e2e4f2e8aa74f2537d5cb99d89
  - Merge "Stop replacing a dict value"
  - Stop replacing a dict value
    
    Currently we completely replace some dict values in local_settings but
    this causes a few problems.
    
     - Some keys(eg OPENSTACK_HYPERVISOR_FEATURES['enable_quotas']) are
       missing from the default dict value, which overrides its default
       value (True) in Horizon
    
     - We have to maintain the default values defined in our manifest
       according to any update in Horizon side.
    
    This updates the logic to override keys only when requested, so that
    the configuration basically leverage the defaults defined in Horizon.
    
    Change-Id: I0fa105e595ff053d389e75004638af5856dbb734
This commit is contained in:
Zuul 2023-09-05 15:46:58 +00:00 committed by Gerrit Code Review
parent 1c00e97b6f
commit 8c692543c8
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3e4422f4274c8a709c70f3d962a3044e4635d13f
Subproject commit d85cc4230d43f2e2e4f2e8aa74f2537d5cb99d89