Update git submodules

* Update cyborg from branch 'master'
  - Fix attach_handle status error when creating vm successfully
    
    Bug: attach_handle's in-use status should not be changed from 1(True) to 0(False)
    
    This bug was caused by:
    drv_ah_make_diff in cyborg/conductor/manager.py
    2bd24b9da0/cyborg/conductor/manager.py (L342)
    
    Actually we don't need to update attach_handle's in_use state
    when doing cycle periodic inspections.
    
    So just removing this field.
    
    After we delete this field, the in-use's value keeps to 1(True)
    When creating vm successfully.
    
    Change-Id: I20ee848aceb52d546c39a5ddacde2552d47fdd06
    Story: 2006745
This commit is contained in:
chenke 2019-10-19 17:03:18 +08:00 committed by Gerrit Code Review
parent 241ea36dbb
commit d8c119fad0
1 changed files with 1 additions and 1 deletions

2
cyborg

@ -1 +1 @@
Subproject commit 1e08be3dc2bc04c378a75f82a38a560496bf41c0
Subproject commit a8357654710eed456314a1b6aceb4f98a615bd91