You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2020/01/22 11:20:35 UTC

[incubator-dlab] 01/01: [DLAB-1405] Fixed Dlab with pre-defined VPC termination

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

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

commit 90474007c44719651dfed51c13d62888a260d123
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Wed Jan 22 13:20:19 2020 +0200

    [DLAB-1405] Fixed Dlab with pre-defined VPC termination
---
 .../src/general/scripts/gcp/ssn_terminate_gcp_resources.py              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py b/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py
index 1188be7..842116c 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_terminate_gcp_resources.py
@@ -135,7 +135,7 @@ if __name__ == "__main__":
         sys.exit(1)
 
     print("Removing SSN VPC")
-    if args.pre_defined_vpc != 'true':
+    if args.pre_defined_vpc != 'false':
         try:
             GCPActions().remove_vpc(args.vpc_name)
         except Exception as err:


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