Update git submodules

* Update horizon from branch 'master'
  - Merge "Catch AttributeError when deleting temp file on image upload"
  - Catch AttributeError when deleting temp file on image upload
    
    When the image upload finishes, we try to delete the temporary
    file that was used for the upload. However, depending on how
    Horizon is deployed, instead of a file it can be a BytesIO
    instance, which leads to an AttributeError. This happens in
    a separate thread, so Horizon itself doesn't crash, but it's
    better to catch that exception.
    
    Change-Id: Iaa66d9c87060c1e001f3f6e31f630d6092df55d3
    Closes-Bug: #1866632
This commit is contained in:
Zuul 2020-03-10 22:23:20 +00:00 committed by Gerrit Code Review
parent 0d235ca6b8
commit 74c43467f9
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1a85ffd97cbd2a06dd389185a1144fbfa1d519bc
Subproject commit db7bee00e65ddc76f6ac81fffd2ef3ba9a936763