You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by ad...@apache.org on 2019/10/25 14:15:35 UTC

[incubator-dlab] 01/02: fix typo

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

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

commit 5cca975607e31de517c12ac8be77af3097f14637
Author: AdamsDisturber <ad...@gmail.com>
AuthorDate: Fri Oct 25 11:41:18 2019 +0300

    fix typo
---
 .../src/general/scripts/gcp/dataengine-service_prepare.py               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/dataengine-service_prepare.py b/infrastructure-provisioning/src/general/scripts/gcp/dataengine-service_prepare.py
index d02602b..d6bb17a 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/dataengine-service_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/dataengine-service_prepare.py
@@ -93,7 +93,7 @@ if __name__ == "__main__":
                                                                    os.environ['gcp_project_id'])
     dataproc_conf['edge_instance_hostname'] = '{0}-{1}-{2}-edge'.format(dataproc_conf['service_base_name'],
                                                                         dataproc_conf['project_name'],
-                                                                        dataproc_conf['project_tag'])
+                                                                        dataproc_conf['endpoint_name'])
     dataproc_conf['dlab_ssh_user'] = os.environ['conf_os_user']
 
     edge_status = GCPMeta().get_instance_status(dataproc_conf['edge_instance_hostname'])


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