Update git submodules

* Update glance from branch 'master'
  - Data remains in staging area if 'file' store is not enabled
    
    When operator has not enabled 'file' store and using other stores like ceph,
    swift etc. the uploading to staging area works as we explicitly
    build 'file' store during this operation, while cleaning up we directly
    use 'glance_store.delete_from_backend' which only works if 'file'
    store is enabled.
    
    Modified '_DeleteFromFS' task and _unstage call which will use os
    module to unlink the file present in staging area explicitly to
    delete the data from staging area.
    
    Closes-Bug: #1803498
    Change-Id: If0b3b0af9300301291758c67267890e0959ebb3c
This commit is contained in:
Abhishek Kekane 2019-03-13 18:12:42 +00:00 committed by Gerrit Code Review
parent 7f6b8da5b8
commit d384ab9ab4
1 changed files with 1 additions and 1 deletions

2
glance

@ -1 +1 @@
Subproject commit d501799a6a13e36b8160af497af13aaabea2c38f
Subproject commit c92724608512d42b56152d199cc0fea049e4d4a7