You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/04/09 14:22:51 UTC

[incubator-dlab] branch DLAB-597 updated: [DLAB-597]: debugging

This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-597
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-597 by this push:
     new 385e2be  [DLAB-597]: debugging
385e2be is described below

commit 385e2bec7c87876a59260347ecbe3ba2fa405d32
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Tue Apr 9 17:22:43 2019 +0300

    [DLAB-597]: debugging
---
 infrastructure-provisioning/src/general/lib/gcp/meta_lib.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/general/lib/gcp/meta_lib.py b/infrastructure-provisioning/src/general/lib/gcp/meta_lib.py
index fa8b5a2..e1ecc0f 100644
--- a/infrastructure-provisioning/src/general/lib/gcp/meta_lib.py
+++ b/infrastructure-provisioning/src/general/lib/gcp/meta_lib.py
@@ -332,6 +332,7 @@ class GCPMeta:
             while next_page:
                 result2 = self.service_iam.projects().serviceAccounts().list(name='projects/{}'.format(self.project),
                                                                              pageToken=page_token).execute()
+                print(type(result2))
                 if result2:
                     for account in result2['accounts']:
                         service_account_names.append(account['displayName'])


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org