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 13:33:03 UTC

[incubator-dlab] branch DLAB-597 created (now 481969c)

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

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


      at 481969c  debugging

This branch includes the following new commits:

     new 481969c  debugging

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-dlab] 01/01: debugging

Posted by om...@apache.org.
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

commit 481969c77b2d5784cad982097581953dea6c608b
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Tue Apr 9 16:32:54 2019 +0300

    debugging
---
 infrastructure-provisioning/src/general/lib/gcp/meta_lib.py | 2 ++
 1 file changed, 2 insertions(+)

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


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