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/04/15 07:41:23 UTC

[incubator-dlab] branch DLAB-1571 updated: [DLAB-1571]: Azure ssn deployment fixed

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

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


The following commit(s) were added to refs/heads/DLAB-1571 by this push:
     new eaab833  [DLAB-1571]: Azure ssn deployment fixed
eaab833 is described below

commit eaab833d17859f096399848ff1ff55fa9b49177d
Author: bodnarmykola <46...@users.noreply.github.com>
AuthorDate: Wed Apr 15 10:41:11 2020 +0300

    [DLAB-1571]: Azure ssn deployment fixed
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
index 30033b6..80b761b 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
@@ -428,7 +428,7 @@ if __name__ == "__main__":
             format(ssn_conf['instnace_ip'], ssn_conf['ssh_key_path'], os.environ['ssn_dlab_path'],
                    ssn_conf['dlab_ssh_user'], os.environ['conf_os_family'], os.environ['request_id'],
                    os.environ['conf_resource'], ssn_conf['service_base_name'], os.environ['conf_cloud_provider'],
-                   billing_enabled, azure_auth_path, os.environ['azure_offer_number'],
+                   ssn_conf['billing_enabled'], azure_auth_path, os.environ['azure_offer_number'],
                    os.environ['azure_currency'], os.environ['azure_locale'], os.environ['azure_region_info'],
                    ldap_login, tenant_id, datalake_application_id, datalake_store_name, json.dumps(cloud_params),
                    subscription_id, os.environ['azure_validate_permission_scope'], ssn_conf['default_endpoint_name'],


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