You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/03/02 13:11:21 UTC

[incubator-dlab] branch DLAB-1485 updated: [DLAB-11485]: [GCP] - SSN creation deletes predefined VPC/subnet in case of SSN creation fails fixed

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

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


The following commit(s) were added to refs/heads/DLAB-1485 by this push:
     new 132ea90  [DLAB-11485]: [GCP] - SSN creation deletes predefined VPC/subnet in case of SSN creation fails fixed
132ea90 is described below

commit 132ea905d9443998eb75db268e18074c8736d514
Author: Mykola_Bodnar1 <bo...@gmail.com>
AuthorDate: Mon Mar 2 15:10:17 2020 +0200

    [DLAB-11485]: [GCP] - SSN creation deletes predefined VPC/subnet in case of SSN creation fails fixed
---
 infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
index 3d6b5c6..560a5c5 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
@@ -139,7 +139,6 @@ if __name__ == "__main__":
 
         try:
             local("~/scripts/{}.py {}".format('create_ssh_user', params))
-            local("~/scripts/{}.py {}".format('create_ssh_user'))
         except:
             traceback.print_exc()
             raise Exception


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