Update git submodules

* Update horizon from branch 'master'
  to ba9a3183594dc0556f3bf04ca4e913dac67863bb
  - Merge "Fixing Incorrect URL when browsing Swift containers"
  - Fixing Incorrect URL when browsing Swift containers
    
    This patch fixes a bug identified in the code that generates the URL for
    the Swift container object. The bug caused the forward slashes (/) in the
    folder parameter to be encoded as %2F instead of being included as '/' in the
    resulting URL.
    
    To resolve this issue, the code has been updated by adding a replace() method
    to replace the %2F sequences with forward slashes. The updated code ensures
    that the URL generated for the folder parameter contains the correct forward
    slash (/) representation.
    
    Closes-Bug: #2009724
    Signed-off-by: jeremy-boyle <jeremyboylet@gmail.com>
    
    Change-Id: I5837e74ddcc71cda6b4686e586dbb8b1386a9cd3
This commit is contained in:
Zuul 2024-02-19 14:36:16 +00:00 committed by Gerrit Code Review
parent 376e6f5c78
commit 1fba5d555f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 590632cf5cd44e929f9e809b75bfa1813397d61c
Subproject commit ba9a3183594dc0556f3bf04ca4e913dac67863bb