Update git submodules

* Update charm-ceph-radosgw from branch 'master'
  to b24a35713a00b9a3c89424dc0ed6c0243de0e239
  - Improve platform mocking
    
    Patch out charmhelpers.osplatform.get_platform() and
    charmhelpers.core.host.lsb_release() globally in the unit tests to
    insulate the unit tests from the platform that the unit tests are being
    run on.
    
    Also, add mock for `charmhelpers.contrib.openstack.context.is_ipv6_disabled`
    in the `HAProxyContextTests.test_ctxt` unit test.
    
    The charmhelpers function `is_ipv6_disabled` calls `sysctl` and this doesn't
    exist on Debian container images. This fixes the following unit test failure:
    ```
    FileNotFoundError: [Errno 2] No such file or directory: 'sysctl'
    ```
    
    Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>
    Co-authored-by: Alex Kavanagh <alex.kavanagh@canonical.com>
    
    Change-Id: I60bc9550a83eb342e78d3c1916d98bfaa8035572
This commit is contained in:
Ionut Balutoiu 2023-10-31 17:53:35 +02:00 committed by Gerrit Code Review
parent e1f07ff4b7
commit 8f5f9b7c00
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 976fc4ae846956a0d3938d1a8c42e4249b6f76f1
Subproject commit b24a35713a00b9a3c89424dc0ed6c0243de0e239