From 7ec6c899516db3f340fdc3aec814adcfaafabf6d Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 6 Jun 2022 14:16:44 +0000 Subject: [PATCH] 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 --- trove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trove b/trove index fd9a789949..b36d0b23a2 160000 --- a/trove +++ b/trove @@ -1 +1 @@ -Subproject commit fd9a789949f3cf6b4ed41630e71a6c006dfb9f20 +Subproject commit b36d0b23a2ec66f50ddd5b0e8fdcdd888d19994a