This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch epm-v2.5.2-tpcp
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/epm-v2.5.2-tpcp by this push:
new dddc49fee removed error_response from status checker as it is not
mapped on backend side
dddc49fee is described below
commit dddc49fee909d33de914fac30b7233abc149da29
Author: leonidfrolov <[email protected]>
AuthorDate: Tue May 10 15:07:33 2022 +0300
removed error_response from status checker as it is not mapped on backend
side
---
infrastructure-provisioning/src/general/lib/aws/meta_lib.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/src/general/lib/aws/meta_lib.py
b/infrastructure-provisioning/src/general/lib/aws/meta_lib.py
index dc92832eb..c3ff118d2 100644
--- a/infrastructure-provisioning/src/general/lib/aws/meta_lib.py
+++ b/infrastructure-provisioning/src/general/lib/aws/meta_lib.py
@@ -749,7 +749,7 @@ def get_list_instance_statuses(instance_ids):
except Exception as err:
host['id'] = h.get('id')
host['status'] = 'terminated'
- host['error_response'] = str(err).replace("'", "")
+ #host['error_response'] = str(err).replace("'", "")
data.append(host)
return data
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]