Update git submodules

* Update charm-cinder-purestorage from branch 'master'
  to b3a5d3b35835d454224e5404b41a548f52322bed
  - Fix image-volume-cache configuration defaults
    
    The image_volume_cache_max_count and image_volume_cache_max_size_gb
    options were incorrectly being written to cinder.conf with a value of
    "None" when not configured.
    
    This occurred because config.get returns None for values with a null
    default, this value was being placed into a dictionary and sent over
    relation data to charm-cinder which renders it directly from a list of
    key-value pairs.
    
    Fix the handling of these options not to include them in the dictionary
    if they are None.
    
    Closes-Bug: #1976465
    Change-Id: I61781fa5d837d0ed5191d8a92cc8e0bdf600c08a
This commit is contained in:
Trent Lloyd 2022-07-29 20:54:53 +08:00 committed by Gerrit Code Review
parent 6c37f76f89
commit cfe3b0efa3
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7eae2f1a7c841cc2e8898864ea67914984bf3053
Subproject commit b3a5d3b35835d454224e5404b41a548f52322bed