You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/09/21 14:59:18 UTC

[incubator-dlab] 01/01: [DLAB-1911]: changed variable with azure resource group name used during ssn termination

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

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

commit 5e5dac086c26d848bc9a3002476e74d055f3ae10
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Sep 21 17:58:49 2020 +0300

    [DLAB-1911]: changed variable with azure resource group name used during ssn termination
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
index c709929..9f8946c 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_terminate.py
@@ -147,7 +147,7 @@ if __name__ == "__main__":
     ssn_conf['service_base_name'] = dlab.fab.replace_multi_symbols(os.environ['conf_service_base_name'][:20],
                                                                    '-', True)
     ssn_conf['resource_group_name'] = os.environ.get(
-            'azure_source_resource_group_name', '{}-resource-group'.format(ssn_conf['service_base_name']))
+            'azure_resource_group_name', '{}-resource-group'.format(ssn_conf['service_base_name']))
     ssn_conf['region'] = os.environ['azure_region']
     ssn_conf['vpc_name'] = os.environ['azure_vpc_name']
 


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