Update git submodules

* Update trove from branch 'master'
  to b36d0b23a2ec66f50ddd5b0e8fdcdd888d19994a
  - Merge "Don't check task_status when creating a cluster"
  - Don't check task_status when creating a cluster
    
    This PR allows load_simple_instance_addresse to get the ipaddr of an
    instance from neutron when creating a instance belongs to a cluster by
    skipping checking the task_status.
    
    load_simple_instance_addresses, which is a helper function to load ip
    addr information to Instance instances, currently checks task_status
    before getting the information from neutron. However, this logic is
    unnecessary and causes a logic error when instances belong to a
    cluster because the task_status of creating a cluster is determined
    after initializing a cluster, which happens in the next phase of
    load_simple_instance_addresses.
    
    The original reason of this code change is that the task status of a
    mariadb cluster hasn't change from BUILDING to NONE even after
    successfully creating instances belong to the cluster.
    
    Task: 45110
    Story: 2009982
    Change-Id: Id3234081fd3114e6536358cbdbf94b8280c8bc41
This commit is contained in:
Zuul 2022-06-06 14:16:44 +00:00 committed by Gerrit Code Review
parent 340e91b830
commit 7ec6c89951
1 changed files with 1 additions and 1 deletions

2
trove

@ -1 +1 @@
Subproject commit fd9a789949f3cf6b4ed41630e71a6c006dfb9f20
Subproject commit b36d0b23a2ec66f50ddd5b0e8fdcdd888d19994a